Skip to content
Commit b1c0c2e3 authored by Daniel van Vugt's avatar Daniel van Vugt Committed by Tarmac
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.
. Fixes: https://bugs.launchpad.net/bugs/1102822.

Approved by Sam Spilsbury, PS Jenkins bot.
parents 800d4114 0fd51061
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