pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/file-handle.q


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/file-handle.q
Date: Wed, 13 Apr 2005 06:10:04 -0400

Index: pspp/src/file-handle.q
diff -u pspp/src/file-handle.q:1.15 pspp/src/file-handle.q:1.16
--- pspp/src/file-handle.q:1.15 Mon Mar 14 06:54:40 2005
+++ pspp/src/file-handle.q      Wed Apr 13 10:09:59 2005
@@ -421,10 +421,11 @@
 void 
 fh_done(void)
 {
-  assert(handle_list);
-  
-  ll_destroy(handle_list);
-  handle_list = 0;
+  if ( handle_list )  
+  {
+    ll_destroy(handle_list);
+    handle_list = 0;
+  }
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]