* varobj.c (varobj_set_display_format): Use xfree.
[deliverable/binutils-gdb.git] / gdb / tracepoint.c
index 690eba3104502adb2605a4fc8f276046cc4ff1c2..4f5c56a66a48fe8d6f512174cd8f54c7a969bcf4 100644 (file)
@@ -1452,7 +1452,7 @@ stringify_collection_list (struct collection_list *list, char *string)
 
   if (ndx == 0)
     {
-      free (str_list);
+      xfree (str_list);
       return NULL;
     }
   else
This page took 0.024528 seconds and 4 git commands to generate.