Commit c6edb381 authored by Wayne Davison's avatar Wayne Davison

Free the hlink data again.

parent a1d55ad0
......@@ -66,6 +66,7 @@ static void link_idev_data(void)
hlink_list[from]->flags |= FLAG_HLINK_EOL;
hlink_list[to++] = head;
} else {
free((char*)head->link_u.idev);
head->link_u.idev = NULL;
}
}
......
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