aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/smtp
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-03-29 23:53:42 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-03-29 23:53:42 -0700
commita536d04f543ca0b8a2f3bc9ec28f3424b390355a (patch)
treef5f935e6e83e77a4aa0006157ef2c8a883602d4a /src/objc/smtp
parent7d80e3d568554f0c742a41bb9c9af567d71b5b83 (diff)
Fixed dispatch queue memory management.
Diffstat (limited to 'src/objc/smtp')
-rw-r--r--src/objc/smtp/MCOSMTPSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/smtp/MCOSMTPSession.h b/src/objc/smtp/MCOSMTPSession.h
index 6233e2bb..8e5deaa3 100644
--- a/src/objc/smtp/MCOSMTPSession.h
+++ b/src/objc/smtp/MCOSMTPSession.h
@@ -80,7 +80,7 @@
It will make MCOSMTPSession safe. It will also set all the callbacks of operations to run on this given queue.
Defaults to the main queue.
This property should be used only if there's performance issue using MCOSMTPSession in the main thread. */
-@property (nonatomic, assign) dispatch_queue_t dispatchQueue;
+@property (nonatomic, retain) dispatch_queue_t dispatchQueue;
/** @name Operations */