mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix leak
This commit is contained in:
parent
9207ab856f
commit
bb4bcaff9d
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@
|
|||
- (void) dealloc {
|
||||
[_lock release];
|
||||
[_changedKeypaths release];
|
||||
DEALLOC
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue