]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 f296147b5fa916a83043f687736e69a3ed2453bf..4ad325f71ef951a3085c5132b81a5c0a0da4cafd 100644 (file)
@@ -5795,6 +5795,7 @@ auto_save_error (error)
       Fsleep_for (make_number (1), Qnil);
     }
 
+  SAFE_FREE ();
   UNGCPRO;
   return Qnil;
 }