WINGs: fix memory leak in WMSubtractPLDictionaries (Coverity #50128)
commit15db368291419e523d6787d5c968e312b1211b55
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 25 Apr 2015 10:44:22 +0000 (25 12:44 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 25 Apr 2015 11:53:06 +0000 (25 07:53 -0400)
tree3dafa5a0532019fea8fee59c1892d60ec167a225
parentba8cd2abe47e30344cbeb99dcc7cf22d9730f4d3
WINGs: fix memory leak in WMSubtractPLDictionaries (Coverity #50128)

As pointed by Coverity, a temporary proplist is created with the list of
keys to be removed from the source proplist, but this temporary proplist
was not released at the end, leaking memory.

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