Skip to content

Commit d32c548

Browse files
committed
define out dispatch_release if OS uses ARC for them
1 parent 8129c1c commit d32c548

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Core/Source/DTLocalizableStringAggregator.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ - (id)init
5858

5959
- (void)dealloc
6060
{
61+
#if !OS_OBJECT_USE_OBJC
6162
dispatch_release(_tableQueue);
6263
dispatch_release(_tableGroup);
64+
#endif
6365
}
6466

6567
- (void)setCustomMacroPrefix:(NSString *)customMacroPrefix

0 commit comments

Comments
 (0)