diff options
author | 2015-06-07 17:37:34 +0200 | |
---|---|---|
committer | 2015-06-07 17:37:34 +0200 | |
commit | b6ce8ee991c7e14ca214a2931bfbc4e4a5a0dc0f (patch) | |
tree | da1e239053b7bfd9e841a103bbb36aefb71c4e7f /src/lib/util/un7z.c | |
parent | b6a4cf45ca6fdf842b319806d61d638cf2d8b2d2 (diff) |
Licenses for Raphael Nabet (nw)
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..57c7eeb0890 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) |