fixed memory leak

This commit is contained in:
Yann Collet
2016-09-15 17:02:06 +02:00
parent 3e47dbcc8c
commit a6bdf55759
3 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -8,7 +8,8 @@
*/
#pragma once
#ifndef FILEIO_H_23981798732
#define FILEIO_H_23981798732
#if defined (__cplusplus)
extern "C" {
@@ -69,3 +70,5 @@ int FIO_decompressMultipleFilenames(const char** srcNamesTable, unsigned nbFiles
#if defined (__cplusplus)
}
#endif
#endif /* FILEIO_H_23981798732 */