String_free(): added
[util-vserver.git] / util-vserver / lib_internal / matchlist-destroy.c
index 626cac2..b81d0a1 100644 (file)
@@ -27,7 +27,7 @@ MatchList_destroy(struct MatchList *list)
 {
   size_t               i;
 
-  String_destroy(&list->id);
+  String_free(&list->id);
   free(list->data);
 
   for (i=0; i<list->buf_count; ++i)