Fixed memory management in styles
authorP. F. Chimento <philip.chimento@gmail.com>
Sat, 13 Nov 2010 00:20:21 +0000 (01:20 +0100)
committerP. F. Chimento <philip.chimento@gmail.com>
Sat, 13 Nov 2010 00:20:21 +0000 (01:20 +0100)
commitae4847f3dc67b8bdddf6e3e8dbec0348995efaef
tree19bd81f2a52a81c8029fb52e163766ec71486615
parentb4100f943b14b9c5817dbcb3ee81f625c06a014a
Fixed memory management in styles

Added a free for the StyleSets that were leaked, and fixed a double
unref of text tags that was causing lots of warnings when closing the
widget. Also added a test case.
libchimara/chimara-glk.c
libchimara/style.c
tests/.gitignore
tests/Makefile.am
tests/test-close.c [new file with mode: 0644]