Author: dmeyer
Date: Tue Mar 21 13:58:15 2006
New Revision: 1312

Modified:
   trunk/base/src/ipc.py

Log:
prevent crash on shutdown

Modified: trunk/base/src/ipc.py
==============================================================================
--- trunk/base/src/ipc.py       (original)
+++ trunk/base/src/ipc.py       Tue Mar 21 13:58:15 2006
@@ -187,7 +187,7 @@
 
 
     def close(self):
-        if not _debug:
+        if not _debug or not hasattr(self, 'address'):
             # Python is shutting down _globals have gone away.
             return
 


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to