]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix two small memory leaks in config mechanism.
authorSimon Tatham <anakin@pobox.com>
Fri, 8 May 2015 17:57:18 +0000 (18:57 +0100)
committerSimon Tatham <anakin@pobox.com>
Fri, 8 May 2015 17:57:18 +0000 (18:57 +0100)
commitf4956a1f9dc66973c1a9c9196ef893412b2545d7
treed4408dc37b9d91927f42a0308f8865aaf5e65c18
parent1f4dc6faa7e371cc2c43464006c1b46fecb8987d
Fix two small memory leaks in config mechanism.

The memory dangling off ssd->sesslist should be freed when ssd itself
goes away, and the font settings ctrlset we delete in gtkcfg.c should
be freed as well once it's been removed from its containing array.

Thanks to Ranjini Aravind for pointing these out.
config.c
unix/gtkcfg.c