diff options
author | David Turner | 2011-01-28 02:56:07 +0000 |
---|---|---|
committer | David Turner | 2011-01-28 02:56:07 +0000 |
commit | f7e1ed37628973d5dc515fdf4e2ce27fbc3e1e26 (patch) | |
tree | 49f65750495585c0cb4e0f4e07aa13952ec1b0a6 /common/unarj.h | |
parent | 44035c303337832dba27688ff54bac9643c9f942 (diff) | |
download | scummvm-rg350-f7e1ed37628973d5dc515fdf4e2ce27fbc3e1e26.tar.gz scummvm-rg350-f7e1ed37628973d5dc515fdf4e2ce27fbc3e1e26.tar.bz2 scummvm-rg350-f7e1ed37628973d5dc515fdf4e2ce27fbc3e1e26.zip |
COMMON: Fixed memory leakage in unarj readHeader().
This manifested in Drascula.
svn-id: r55582
Diffstat (limited to 'common/unarj.h')
-rw-r--r-- | common/unarj.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/unarj.h b/common/unarj.h index 38450fa40a..fa7d388542 100644 --- a/common/unarj.h +++ b/common/unarj.h @@ -23,6 +23,12 @@ * */ +/** + * @file + * ARJ decompressor used in engines: + * - drascula + */ + #ifndef COMMON_UNARJ_H #define COMMON_UNARJ_H |