cocoamysql-users Mailing List for CocoaMySQL
Brought to you by:
lorenztextor,
skrysakj
You can subscribe to this list here.
2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Matt H. <md...@em...> - 2007-02-24 01:39:47
|
Hi, CocoaMySQL has been crashing for me whenever I attempt to add an image to a database using the "Open..." modal dialog of the table edit pane. As far as I can tell, this is because on line 653 of TableContent.m you are autoreleasing the result of NSString's +stringWithContentsOfFile:, which is already autoreleased, resulting in a double-release. If you just remove the extra call to autorelease, it seems to work fine. Thoughts? Thanks, Matt Matthew D. Hancher Intelligent Systems Division NASA Ames Research Center Official: md...@em... Personal: md...@ma... |