Fixed some memory leaks in the theme editor

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26292 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-05-25 22:24:08 +00:00
parent ff9474e558
commit 0769fc5182
8 changed files with 76 additions and 26 deletions

View file

@ -1,10 +1,11 @@
CONFIG += qt
HEADERS += tag_table.h \
symbols.h \
skin_parser.h \
skin_scan.h \
skin_debug.h
SOURCES += tag_table.c \
main.c \
skin_parser.c \
skin_scan.c \
skin_debug.c
skin_debug.c \
main.cpp