Lint
[deliverable/binutils-gdb.git] / gdb / utils.c
index 974f2ce374f61d4700cb160c45e39904d1afe92d..e4e7bedab9a1280209b161b00f15528d60799530 100644 (file)
@@ -144,7 +144,7 @@ discard_cleanups (old_chain)
   while ((ptr = cleanup_chain) != old_chain)
     {
       cleanup_chain = ptr->next;
-      free (ptr);
+      free ((PTR)ptr);
     }
 }
 
This page took 0.023568 seconds and 4 git commands to generate.