plugins/canfestival/cf_runtime.c
changeset 144 7818ec7b5c53
parent 137 187a4e2412e5
child 152 9abf2ac9cb8e
--- a/plugins/canfestival/cf_runtime.c	Wed Apr 16 14:27:12 2008 +0200
+++ b/plugins/canfestival/cf_runtime.c	Tue May 06 15:22:18 2008 +0200
@@ -46,6 +46,10 @@
     %(nodes_init)s
 }
 
+void Exit(CO_Data* d, UNS32 id)
+{
+}
+
 #define NODE_CLOSE(nodename) \
     if(init_level-- > 0)\
     {\
@@ -61,7 +65,7 @@
     
     // Stop timer thread
     if(init_level-- > 0)
-        StopTimerLoop();
+        StopTimerLoop(&Exit);
 
 }