mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-04 23:37:33 +02:00
94f4534494
instantiation and create a partially formed instance. During measurement instantiation, we complete that instance. - leak.supp: finally figured out how to write a valgrind suppression file - fped.c: we don't need the FPED_NO_GUI kludge anymore - fped.c: moved gui_cleanup_style to gui_main - dereference icons (seems that this doesn't deallocate everything, though) git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5514 99fdad57-331a-0410-800a-d7fa5415bdb3
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
valgrind --leak-check=full --show-reachable=yes --num-callers=50 \
|
|
--suppressions=leak.supp \
|
|
./fped "$@"
|