random reformatting
This commit is contained in:
parent
17cc602629
commit
c3e602de90
@ -130,10 +130,7 @@ void why2_free(void *pointer)
|
||||
//VARIABLES
|
||||
node_t *node = get_node(pointer);
|
||||
|
||||
if (pointer != NULL)
|
||||
{
|
||||
remove_node(node); //REMOVE FROM LIST IF FOUND
|
||||
}
|
||||
if (pointer != NULL) remove_node(node); //REMOVE FROM LIST IF FOUND
|
||||
|
||||
free(pointer);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user