Fix style files handling: stop leaking strings.
authorQuentin Rameau <quinq+hackers@fifth.space>
Sat, 31 Oct 2015 11:34:31 +0000 (12:34 +0100)
committerChristoph Lohmann <20h@r-36.net>
Sat, 31 Oct 2015 16:50:03 +0000 (17:50 +0100)
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>

No differences found