(auto_save_error): Call SAFE_FREE.
authorKim F. Storm <storm@cua.dk>
Thu, 20 Oct 2005 15:03:10 +0000 (15:03 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 20 Oct 2005 15:03:10 +0000 (15:03 +0000)
src/fileio.c

index f296147..4ad325f 100644 (file)
@@ -5795,6 +5795,7 @@ auto_save_error (error)
       Fsleep_for (make_number (1), Qnil);
     }
 
+  SAFE_FREE ();
   UNGCPRO;
   return Qnil;
 }