]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Use the new ctrl_alloc_with_free to clean up a long-standing FIXME in
authorSimon Tatham <anakin@pobox.com>
Sun, 14 Jul 2013 10:46:34 +0000 (10:46 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 14 Jul 2013 10:46:34 +0000 (10:46 +0000)
commit392f43140015c7cdea3d81ee10efb16faa991e58
tree6c6e8e2f70380eb402664b2330663eb336f187c6
parent0df3b31ce1f9c0c5cb4357ff271b4a897f848a73
Use the new ctrl_alloc_with_free to clean up a long-standing FIXME in
the session saving code, in which the contents of the edit box giving
the current saved session name was stored in a horrid place with a
fixed length. Now it's dangling off sessionsaver_data as it always
ought to have been, and it's dynamically reallocated to the
appropriate length, and there's a free function that cleans it up at
the end of the dialog's lifetime.

git-svn-id: http://svn.tartarus.org/sgt/putty@9923 cda61777-01e9-0310-a592-d414129be87e
config.c