From 0769fc5182b211dea276b5895987dfc4bc133995 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 25 May 2010 22:24:08 +0000 Subject: Fixed some memory leaks in the theme editor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26292 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/main.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 utils/themeeditor/main.c (limited to 'utils/themeeditor/main.c') diff --git a/utils/themeeditor/main.c b/utils/themeeditor/main.c deleted file mode 100644 index 269cad7840..0000000000 --- a/utils/themeeditor/main.c +++ /dev/null @@ -1,16 +0,0 @@ -#include "skin_parser.h" -#include "skin_debug.h" - -#include -#include - -int main(int argc, char* argv[]) -{ - char* doc = "%Vd(U))\n\n%?bl(test,3,5,2,1)"; - - struct skin_element* test = skin_parse(doc); - - skin_debug_tree(test); - - return 0; -} -- cgit v1.2.3