[Cocoamysql-users] bug (w/ fix) for adding images to database
Brought to you by:
lorenztextor,
skrysakj
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... |