Home
last modified time | relevance | path

Searched refs:temp_cn (Results 1 – 1 of 1) sorted by relevance

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dchat.c1522 chan_name *temp_cn; in cleanup_chan_names() local
1538 temp_cn = queue_delete_node(chan_name_queue, temp_node); in cleanup_chan_names()
1539 if(temp_cn == NULL || temp_cn->name == NULL || strlen(temp_cn->name) < 1) { in cleanup_chan_names()
1542 if(temp_cn->name != NULL) { in cleanup_chan_names()
1543 free(temp_cn->name); in cleanup_chan_names()
1545 if(temp_cn->description != NULL) { in cleanup_chan_names()
1546 free(temp_cn->description); in cleanup_chan_names()
1548 free(temp_cn); in cleanup_chan_names()