[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0 of 3] libxl: memory leaks
The following fix a few memory leaks. The first was discussed on list and it was decided that although it wasn't a real leak, since the memory is allocated exactly once per thread and is correctly cleaned up on pthread_exit(), it was still useful for xl (a non-threaded application) to be able to be completely valgrind clean for the purposes of auditing libxl. The leaks fixed in xl create are just a subset since I didn't delve into recursively freeing the types defined by libxl yet. There are also leaks in the lexer and parser which I didn't tackle yet. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |