1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@774 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2006-11-15 01:49:47 +00:00
parent 7173afcbdf
commit 358abc96c0

View File

@ -212,7 +212,7 @@ timed_thread_destroy_registered_threads (void)
p_next = p_node->next; p_next = p_node->next;
timed_thread_destroy (p_node->p_timed_thread, p_node->addr_of_p_timed_thread); timed_thread_destroy (p_node->p_timed_thread, p_node->addr_of_p_timed_thread);
free (p_node); free (p_node);
p_node=NULL: p_node = NULL;
} }
p_timed_thread_list_head = NULL; p_timed_thread_list_head = NULL;