]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Issue 409: archive_read_extract object leaked
authorTim Kientzle <kientzle@acm.org>
Sat, 14 Feb 2015 04:20:15 +0000 (20:20 -0800)
committerTim Kientzle <kientzle@acm.org>
Sat, 14 Feb 2015 04:20:15 +0000 (20:20 -0800)
commitd24e79e8f9547ae475a3a0c9516e079a14010838
treeb25cf172024dd4b3b39caf077ca7943d75ab62d5
parentd094dc02905605ca514baf87855f026b9bf52f1f
Issue 409: archive_read_extract object leaked

Register the cleanup function for the object at the point
where the object is actually allocated to ensure that
it always gets cleaned up.
libarchive/archive_read_extract.c
libarchive/archive_read_extract2.c