util: use wfree instead of free for consistency
commita24efec61f020b7a693f14d45d09fa331aee62e7
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 29 Nov 2014 15:35:31 +0000 (29 16:35 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 29 Nov 2014 18:44:48 +0000 (29 18:44 +0000)
tree5e3003ee71abcce270e99511471ca44340aed88d
parent6397f3403a74511680736e04fce44731156e6e5c
util: use wfree instead of free for consistency

The memory was allocated with wmalloc, so for consistency it should be
freed using wfree. This could be a problem if the user compiled with
support for Boehm GC, or if we later decide to add support for other malloc
libraries.

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