* go32-nat.c (go32_create_inferior): Use xfree instead of free.
authorAndrew Cagney <cagney@redhat.com>
Fri, 24 Aug 2001 05:00:06 +0000 (05:00 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 24 Aug 2001 05:00:06 +0000 (05:00 +0000)
* config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
i386bsd-nat.c.

gdb/ChangeLog
gdb/config/djgpp/fnchange.lst
gdb/go32-nat.c

index c92f0352606fb9cde2314eacdacac069c72326d7..e8d7faa1dea7ecd3efb7c59cc02934273a6cf1c3 100644 (file)
@@ -1,3 +1,9 @@
+2001-08-24  Andrew Cagney  <ac131313@redhat.com>
+
+       * go32-nat.c (go32_create_inferior): Use xfree instead of free.
+       * config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
+       i386bsd-nat.c.
+
 2001-08-21  Andrew Cagney  <ac131313@redhat.com>
 
        * gdbtypes.h (builtin_type_ieee_single_big)
index feb3656e0d03459897443f60f7da5be9f7d22a73..5150656923bc94d008497be7288ffb91f7c1bb6a 100644 (file)
 @V@/gdb/gdbtk/library/ChangeLog-2000 @V@/gdb/gdbtk/library/ChangeLog.000
 @V@/gdb/gdbtk/library/ChangeLog-2001 @V@/gdb/gdbtk/library/ChangeLog.001
 @V@/gdb/i386-linux-tdep.c @V@/gdb/i386linux-tdep.c
+@V@/gdb/i386bsd-nat.c @V@/gdb/i3bsd-nat.c
+@V@/gdb/i386bsd-tdep.c @V@/gdb/i3bsd-tdep.c
 @V@/gdb/i386nbsd-nat.c @V@/gdb/i3nbsd-nat.c
 @V@/gdb/i386nbsd-tdep.c @V@/gdb/i3nbsd-tdep.c
 @V@/gdb/ia64-aix-nat.c @V@/gdb/ia64aix-nat.c
index 4805340ae58165c3eb038251199b54d77c511f7a..3f56088aed3619f0ac80cb2e8b53f368b734d9ab 100644 (file)
@@ -649,7 +649,7 @@ go32_create_inferior (char *exec_file, char *args, char **env)
       exit (1);
     }
   environ = env_save;
-  free (cmdline);
+  xfree (cmdline);
 
   edi_init (start_state);
 #if __DJGPP_MINOR__ < 3