diff options
author | 2015-07-20 08:11:41 +0200 | |
---|---|---|
committer | 2015-07-20 08:11:41 +0200 | |
commit | 4bcb0c13f50ddb1cd3fd0341b4bb31d9c3c7fc7a (patch) | |
tree | 55eccacfca0e69435d0d4e6615205310ca11f271 /src/lib/util/un7z.c | |
parent | d132946c6f45aa8d271c6180e86f72dd08243048 (diff) | |
parent | 229785f695b26c702c8490792611f59d0366a933 (diff) |
Merge pull request #5 from mamedev/master
Sync to base master
Diffstat (limited to 'src/lib/util/un7z.c')
-rw-r--r-- | src/lib/util/un7z.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/util/un7z.c b/src/lib/util/un7z.c index 149ead60e4d..bbae440e0ff 100644 --- a/src/lib/util/un7z.c +++ b/src/lib/util/un7z.c @@ -467,6 +467,14 @@ _7z_error _7z_file_decompress(_7z_file *new_7z, void *buffer, UINT32 length) _7z_file -------------------------------------------------*/ +/** + * @fn static void free__7z_file(_7z_file *_7z) + * + * @brief Free 7z file. + * + * @param [in,out] _7z If non-null, the 7z. + */ + static void free__7z_file(_7z_file *_7z) { if (_7z != NULL) |