Author: remi
Date: 2009-02-17 16:50:27 +0100 (Tue, 17 Feb 2009)
New Revision: 3720

Modified:
   software_suite_v2/tuxware/tuxhttpserver/trunk/src/tuxhttpserver.py
Log:
* destroy the new api when the server is closed

Modified: software_suite_v2/tuxware/tuxhttpserver/trunk/src/tuxhttpserver.py
===================================================================
--- software_suite_v2/tuxware/tuxhttpserver/trunk/src/tuxhttpserver.py  
2009-02-17 15:37:59 UTC (rev 3719)
+++ software_suite_v2/tuxware/tuxhttpserver/trunk/src/tuxhttpserver.py  
2009-02-17 15:50:27 UTC (rev 3720)
@@ -393,6 +393,7 @@
     hrs.start()
     # Destroy the api at server close
     Glb_tuxApi.destroy()
+    Glb_tuxApiSystem.destroy()
 
 if __name__ == "__main__":
     # On windows


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to