~mc-return/compiz/compiz.merge-fix1101557-missing-break

« back to all changes in this revision

Viewing changes to tests/compiz.supp

  • Committer: Tarmac
  • Author(s): Sam Spilsbury
  • Date: 2013-01-18 09:59:33 UTC
  • mfrom: (3564.3.1 compiz.fix_1100539)
  • Revision ID: tarmac-20130118095933-6bfbdu2e3dbe3a9e
Supress g_signal_new leaks. Signals aren't freed.

(LP: #1097649). Fixes: https://bugs.launchpad.net/bugs/1097649.

Approved by Daniel van Vugt, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
    fun:strdup
140
140
    fun:*detectCompizBinPath*
141
141
}
 
142
 
 
143
{
 
144
    g_settings_class_init intentionally leaks signals
 
145
    Memcheck:Leak
 
146
    fun:g_signal_new
 
147
    ...
 
148
    fun:g_type_class_ref
 
149
    ...
 
150
    fun:g_object_new
 
151
}