Skip to content
Commit 0fd51061 authored by Daniel van Vugt's avatar Daniel van Vugt
Browse files

Suppress leaks in g_signal_new() properly. (LP: #1102822)

The previous attempt (LP: #1097649) had no effect because valgrind requires
suppression rules match the function at the top of the stack explicitly
(calloc/malloc...). So that's what I've added here, and now it works.
parent 40705ff8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment