util: fix leak in getstyle's makeThemePack (Coverity #50164)
commit1a9ece0438c4220a599c446eadd1bf069e66f75b
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 16 Jun 2014 18:15:21 +0000 (16 20:15 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 16 Jun 2014 19:00:09 +0000 (16 20:00 +0100)
treebaacbf929f7dfd646c67414f2921b1918ce524ab
parentf2a7f233e3ce1aefafb216d5d4e768da2776ded1
util: fix leak in getstyle's makeThemePack (Coverity #50164)

As pointed by Coverity, the function is creating a temporary array with
the list of keys of the Style dictionnary, but it was not freed in the end.

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