* exec.c (xfer_memory): Add attrib argument.
[deliverable/binutils-gdb.git] / gdb / kod-cisco.c
index 0dffdb67fcd68e6f73e10f4ea540abd20fc788c6..9351734cb6d745dc6da5f6bba0af5499fd5ce87b 100644 (file)
@@ -312,6 +312,6 @@ cisco_kod_request (char *arg, int from_tty)
 
   /* Free memory.  */
   for (i = 0; i < sync_next; ++i)
-    free (sync_ids[i]);
-  free (sync_ids);
+    xfree (sync_ids[i]);
+  xfree (sync_ids);
 }
This page took 0.023254 seconds and 4 git commands to generate.