Fix ODB Input Manager memory issue
commitfef907574ab62c77d8739403c39ea4eafc330895
authorScott <thirty2k@gmail.com>
Thu, 13 Mar 2008 20:41:38 +0000 (13 21:41 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 13 Mar 2008 20:41:38 +0000 (13 21:41 +0100)
treee38deacff7d94e88f9824ab073b7dc2273097166
parent36bc4fd141fa3d57571fc17752204e79496969fa
Fix ODB Input Manager memory issue

The Input Manager failed to retain two string objects which were
accessed after having been autoreleased.  This patch fixes the bug where
the "Edit in ..." menu entry was corrupted and related issues.

The version number of the Input Manager has been bumped to 1.2.
src/MacVim/edit-in-odb/Info.plist
src/MacVim/edit-in-odb/src/Edit in ODBEditor.mm