GNOME Bugzilla – Bug 653859
freeing of const strings in dnssd-backend
Last modified: 2011-07-04 00:48:04 UTC
freeing of const strings in dnssd-backend.. here there are assigned to the service result: http://git.gnome.org/browse/libdmapsharing/tree/libdmapsharing/dmap-mdns-browser-dnssd.c#n354 here they are free'd: http://git.gnome.org/browse/libdmapsharing/tree/libdmapsharing/dmap-mdns-browser-dnssd.c#n490
Created attachment 191151 [details] [review] duplicate the const strings
I applied the submitted patch to Git master. I think bug #653867 is the bigger issue. The DNS-SD code that used Apple's API gets less attention that the Avahi code.