1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source3/web
Jeremy Allison 8962be69c7 Make us clean under valgrind --leak-check=full by using talloc_autofree_context() instead of NULL.
Remove the code in memcache that does a TALLOC_FREE on stored pointers. That's a disaster waiting
to happen. If you're storing talloc'ed pointers, you can't know their lifecycle and they should
be deleted when their parent context is deleted, so freeing them at some arbitrary point later
will be a double-free.
Jeremy.
2008-11-06 20:48:13 -08:00
..
cgi.c Make us clean under valgrind --leak-check=full by using talloc_autofree_context() instead of NULL. 2008-11-06 20:48:13 -08:00
diagnose.c This is a large patch (sorry). Migrate from struct in_addr 2007-10-24 14:16:54 -07:00
neg_lang.c Add wrapper str_list_make_v3() to replace the old S3 behavior of 2008-11-06 18:53:00 -08:00
startstop.c Remove the char[1024] strings from dynconfig. Replace 2007-12-10 11:30:37 -08:00
statuspage.c Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>. 2008-10-01 13:15:54 -07:00
swat_proto.h swat: freeze swat_proto.h from "make proto" 2008-05-18 23:16:38 +02:00
swat.c Use str_list_equal() rather than str_list_compare(). 2008-10-18 15:56:07 +02:00