WMaker: fix memory leak in the window inspector when saving settings (Coverity #50175)
commit788a51c1167fe760f905b865ea8830ac800b6653
authorChristophe CURIS <christophe.curis@free.fr>
Tue, 20 May 2014 19:46:48 +0000 (20 21:46 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 20 May 2014 20:29:57 +0000 (20 21:29 +0100)
tree8833cf829314c1ec0690911e88a2336f3781574e
parente750f9307eef531060aa8c4d5ab8ca4f3311c894
WMaker: fix memory leak in the window inspector when saving settings (Coverity #50175)

As pointed by Coverity, there is one case where the string returned by
WMGetTextFieldText could be left allocated.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/winspector.c