mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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:
parent
ff9474e558
commit
0769fc5182
8 changed files with 76 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue