From: Quentin Rameau Date: Sat, 31 Oct 2015 11:34:31 +0000 (+0100) Subject: Fix style files handling: stop leaking strings. X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=d84fe71094e5eb2598344da5c6a1d6f64381142c;hp=d84fe71094e5eb2598344da5c6a1d6f64381142c;p=surf.git Fix style files handling: stop leaking strings. Everytime getstyle() was being called, we returned newly allocated strings without ever freing them. Now uri stylefiles only get allocated once at setup(). Signed-off-by: Christoph Lohmann <20h@r-36.net> ---