mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-15 10:23:57 +00:00
Fix leak
This commit is contained in:
parent
aa0aa08c01
commit
18b7dbecb6
1 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,13 @@
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@implementation DeprecatedCustomKVC
|
@implementation DeprecatedCustomKVC
|
||||||
|
|
||||||
|
- (void) dealloc
|
||||||
|
{
|
||||||
|
RELEASE(storage);
|
||||||
|
DEALLOC
|
||||||
|
}
|
||||||
|
|
||||||
- (id)init
|
- (id)init
|
||||||
{
|
{
|
||||||
self = [super init];
|
self = [super init];
|
||||||
|
|
Loading…
Reference in a new issue