libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 6ac56124deb04c877acfe3215e7002eb59b63a6d
parent 63c1bddc159b5337d3c87ef943e65a51eb1a629e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  3 Aug 2012 12:36:28 +0000

-bad free

Diffstat:
Msrc/main/extractor_datasource.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/main/extractor_datasource.c b/src/main/extractor_datasource.c @@ -298,8 +298,6 @@ bfds_new (const void *data, static void bfds_delete (struct BufferedFileDataSource *bfds) { - if (NULL != bfds->buffer) - free (bfds->buffer); free (bfds); }