mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 04:17:33 +00:00
typo
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@774 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
7173afcbdf
commit
358abc96c0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user