aboutsummaryrefslogtreecommitdiff
path: root/common/unarj.h
diff options
context:
space:
mode:
authorDavid Turner2011-01-28 02:56:07 +0000
committerDavid Turner2011-01-28 02:56:07 +0000
commitf7e1ed37628973d5dc515fdf4e2ce27fbc3e1e26 (patch)
tree49f65750495585c0cb4e0f4e07aa13952ec1b0a6 /common/unarj.h
parent44035c303337832dba27688ff54bac9643c9f942 (diff)
downloadscummvm-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.h6
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