mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-04-24 00:00:04 +08:00
Fix
This commit is contained in:
@@ -38,7 +38,6 @@
|
|||||||
@synthesize data=_data;
|
@synthesize data=_data;
|
||||||
|
|
||||||
- (void)dealloc {
|
- (void)dealloc {
|
||||||
DCHECK(_data != nil);
|
|
||||||
ARC_RELEASE(_data);
|
ARC_RELEASE(_data);
|
||||||
|
|
||||||
ARC_DEALLOC(super);
|
ARC_DEALLOC(super);
|
||||||
|
|||||||
Reference in New Issue
Block a user