From: Simon Tatham Date: Sun, 14 Jul 2013 10:46:29 +0000 (+0000) Subject: Add an extended version of ctrl_alloc which permits you to provide a X-Git-Tag: 0.63~70 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ff09d5379bd9f6fdb43c55be1ca5244247691f22;hp=ff09d5379bd9f6fdb43c55be1ca5244247691f22;p=PuTTY.git Add an extended version of ctrl_alloc which permits you to provide a custom free function, in case you need to ctrl_alloc a structure which then has additional dynamically allocated things dangling off it. [originally from svn r9922] ---