WINGs: fix memory leak in requestHandler (Coverity #50136)
commit354ec080ade371b77f35ca22015643f387fa9ff2
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 18 May 2014 19:31:47 +0000 (18 21:31 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 18 May 2014 22:01:43 +0000 (18 23:01 +0100)
treeb93bf497d2bd55dea3dce5208c3c48622990bc67
parent482d8d3583b4e8fecd85edcf0de49633e5a2d851
WINGs: fix memory leak in requestHandler (Coverity #50136)

As pointed by Coverity, the allocated temporary storage was not freed. As
an allocation is not needed here, replaced by a local storage.
WINGs/wtextfield.c