1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-15 21:45:54 +01:00

fixed a memleak in the font panel in WINGs

This commit is contained in:
dan
2002-11-29 02:47:33 +00:00
parent 1fa3937001
commit 5ad557c6c8
5 changed files with 18 additions and 33 deletions

View File

@@ -1304,41 +1304,26 @@ main(int argc, char **argv)
testTextField(scr);
testText(scr);
testFontPanel(scr);
#if 0
testText(scr);
testDragAndDrop(scr);
testColorPanel(scr);
testScrollView(scr);
testTabView(scr);
testBox(scr);
testText(scr);
testList(scr);
testProgressIndicator(scr);
testColorWell(scr);
testDragAndDrop(scr);
testFontPanel(scr);
testButton(scr);
testColorPanel(scr);
testColorWell(scr);
testDragAndDrop(scr);
testFrame(scr);
testSplitView(scr);
testGradientButtons(scr);
testList(scr);
testOpenFilePanel(scr);
testSlider(scr);
testProgressIndicator(scr);
testPullDown(scr);
testScrollView(scr);
testSlider(scr);
testSplitView(scr);
testTabView(scr);
#endif
/*
* The main event loop.