Bill Pringlemeir wrote: > > Using "-DTRACK_ZALLOC -DTRACK_MALLOC -DUSE_MALLOC", I get many lines like > this, > > "(src/core/sockets.c:1355) attempt to free block at 0x0 twice?"
This is clearly bogus because the function doesn't check for NULL. We should however always use G_FREE_NULL() like most of the code already does. I've fixed it similar to your suggestion. -- Christian ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Gtk-gnutella-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
