summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2012-12-07 20:02:37 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2012-12-07 20:09:08 +0100
commit3a6c0c35c7c1006f3d7dd8b299cc63c5d0d4535a (patch)
tree737a22568086835d97375457cfe045d946e756a1 /test
parentc02571bcf550920e5792562c1b195b1b0bd1db1c (diff)
debugging: revise suppression rule
The old suppression rule for a problem with ESourceRegistry no longer matched after introducing EDSRegistryLoader. Support old and new flavor.
Diffstat (limited to 'test')
-rw-r--r--test/evo.supp11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/evo.supp b/test/evo.supp
index 3b4aa0da..924a70cd 100644
--- a/test/evo.supp
+++ b/test/evo.supp
@@ -125,6 +125,17 @@
fun:g_main_context_iteration
fun:_ZN7SyncEvo19EvolutionSyncSource17getSourceRegistryEv
}
+{
+ getSourceRegistry inside libedata, using EDSRegistryLoader
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:_tp_account_manager_got_all_cb
+ ...
+ fun:g_main_context_iteration
+ fun:*EDSRegistryLoader*
+}
+
# ==8468== Use of uninitialised value of size 8
# ==8468== at 0x70F826E: g_utf8_offset_to_pointer (in /usr/lib/libglib-2.0.so.0.1400.1)