Bugfix in sort command

parent 03a8c1a9
...@@ -10156,7 +10156,7 @@ int utl_sortchildren ( ...@@ -10156,7 +10156,7 @@ int utl_sortchildren (
while( child_listptr) while( child_listptr)
{ {
next = child_listptr->next; next = child_listptr->next;
free((char *) child_list); free((char *) child_listptr);
child_listptr = next; child_listptr = next;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment