Re: [PATCH] Fix removal of variable change notifications



On Fr, 2012-12-07 at 11:59 +0100, Sven Neumann wrote:
> Need to pass the key to g_hash_table_remove(), not the
> value. This fixes crashes in emit_notification().

Are you sure about the crashes? If I see it correctly, this only leaves
an entry in the hash table, causing a lot more notifications to be
called than necessary, but the only place that ever clears the data is
the remove notify in the hash table, so I'm wondering how
emit_notification can possibly crash.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]