Skip to content
Snippets Groups Projects
Commit df38b142 authored by Liang Zhen's avatar Liang Zhen
Browse files

clear msg->msg_onactivelist before calling of lnet_msg_free()

parent 871185e7
No related branches found
No related tags found
No related merge requests found
......@@ -751,6 +751,7 @@ lnet_unprepare (void)
CERROR ("Active msg %p on exit\n", msg);
LASSERT (msg->msg_onactivelist);
msg->msg_onactivelist = 0;
list_del (&msg->msg_activelist);
lnet_msg_free (msg);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment