summaryrefslogtreecommitdiff
path: root/MLKReaderError.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKReaderError.m')
-rw-r--r--MLKReaderError.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/MLKReaderError.m b/MLKReaderError.m
index 0d609a7..cbacbfa 100644
--- a/MLKReaderError.m
+++ b/MLKReaderError.m
@@ -18,6 +18,7 @@
#import "MLKReaderError.h"
#import "runtime-compatibility.h"
+#import "util.h"
@implementation MLKReaderError
@@ -30,7 +31,7 @@
-(void) dealloc
{
- RELEASE (stream);
+ LRELEASE (stream);
[super dealloc];
}
@end