This commit is contained in:
Joel Sherrill
1999-10-12 20:22:27 +00:00
parent 51435fc7c5
commit a6883c4eb9
4 changed files with 4 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ int IMFS_rmnod(
/*
* Take the node out of the parent's chain that contains this node
*/
if ( the_jnode->Parent != NULL ) {
Chain_Extract( (Chain_Node *) the_jnode );
the_jnode->Parent = NULL;