opkg: (leak fixing, day 1) lots and lots of memory leaks fixed
[oweals/opkg-lede.git] / libopkg / hash_table.h
index 388a9669171fe77a7ca3637ad2d1029e0c954f31..d4e8a3d78d38450bb85d7be6541c481c8f1ab706 100644 (file)
@@ -22,7 +22,7 @@ typedef struct hash_entry hash_entry_t;
 typedef struct hash_table hash_table_t;
 
 struct hash_entry {
 typedef struct hash_table hash_table_t;
 
 struct hash_entry {
-  const char * key;
+  char * key;
   void * data;
   struct hash_entry * next;
 };
   void * data;
   struct hash_entry * next;
 };