Re: [PATCH] Remove timeout when freeing data

2008-12-19 Thread Dan Williams
On Thu, 2008-12-18 at 10:25 -0700, Drew Moseley wrote: The patch below is needed on my system when the device_added method is called twice. On the second call, the call to g_object_set_data_full() causes the data struct from the first call to be destroyed but the timeout function may still

[PATCH] Remove timeout when freeing data

2008-12-18 Thread Drew Moseley
The patch below is needed on my system when the device_added method is called twice. On the second call, the call to g_object_set_data_full() causes the data struct from the first call to be destroyed but the timeout function may still run. Comments? Drew Index: src/applet-device-wifi.c