diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-27 04:20:18 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-27 04:20:18 (GMT) |
commit | 0fee2c55403a34014893f125682b3930a81ad2ed (patch) | |
tree | d427e0d62e670bf21d500e9d95148a9b98b0982d /valgrind.supp | |
parent | 04c340b35d8809b595ebb3ce53b7a00313d00a9b (diff) |
Killed some memory leaks
Diffstat (limited to 'valgrind.supp')
-rw-r--r-- | valgrind.supp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/valgrind.supp b/valgrind.supp index e6aaa59..261b977 100644 --- a/valgrind.supp +++ b/valgrind.supp @@ -39,3 +39,14 @@ fun:(below main) } +{ + Qt misc leaks + Memcheck:Leak + fun:calloc + ... + fun:_Z7qt_initP19QApplicationPrivatei + fun:_ZN19QApplicationPrivate9constructEv + fun:_ZN12QApplicationC2ERiPPcbi + fun:main +} + |