GNOME Bugzilla – Bug 321930
another daap crash
Last modified: 2005-11-22 04:13:43 UTC
This is a reproducable crash when using CVS as a client to talk to RB 0.9.1, and the server quits. The logout response callback is being called after the source has been finalised.
+ Trace 64146
Could be related to bug #322007
Created attachment 55017 [details] [review] patch This patch GObject-ifies RBDaapConnection, fixes the problem of it being freed when still in use, and fixes a double-free of some memory. It fixes the crash for me.
Comment on bug 322007 indicated that both bugs are fixed by the patch. Committed to cvs.