1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-29 03:16:01 +01:00

Fixed a mem leak in WMList

This commit is contained in:
dan
2001-01-19 01:45:29 +00:00
parent a20aebdef2
commit f9778df784
3 changed files with 6 additions and 2 deletions

View File

@@ -121,7 +121,6 @@ typedef struct W_Array WMArray;
typedef struct W_Bag WMBag;
typedef struct W_Data WMData;
typedef struct W_TreeNode WMTreeNode;
typedef struct W_TreeNode WMTree;
typedef struct W_HashTable WMDictionary;
typedef struct W_HashTable WMHashTable;
typedef struct W_UserDefaults WMUserDefaults;