aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authordmoagx <post@wickenrode.com>2012-03-04 18:13:28 +0000
committerdmoagx <post@wickenrode.com>2012-03-04 18:13:28 +0000
commit05f61308cc726f0801943fde0926a30e3f209d6d (patch)
tree2b32c50bc38e24e84f264026f32f475d3eee3fa0 /Source
parent761e5d73bf237c4d5e33a925cfd8d8fb9a48c30d (diff)
downloadsequelpro-05f61308cc726f0801943fde0926a30e3f209d6d.tar.gz
sequelpro-05f61308cc726f0801943fde0926a30e3f209d6d.tar.bz2
sequelpro-05f61308cc726f0801943fde0926a30e3f209d6d.zip
* Fixes a crash on 10.6 when closing a connection (Overrelease of MCPConnection)
Diffstat (limited to 'Source')
-rw-r--r--Source/SPExtendedTableInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPExtendedTableInfo.h b/Source/SPExtendedTableInfo.h
index 962eed6a..3821be2d 100644
--- a/Source/SPExtendedTableInfo.h
+++ b/Source/SPExtendedTableInfo.h
@@ -60,7 +60,7 @@
MCPConnection *connection;
}
-@property (readwrite, assign) MCPConnection *connection;
+@property (readwrite, retain) MCPConnection *connection;
// IBAction methods
- (IBAction)reloadTable:(id)sender;