Skip to content
Snippets Groups Projects
Commit e39e67ec authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard
Browse files

secur32: Eliminate a dead store.

parent 3f90cb8c
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,6 @@ void cleanup_helper(PNegoHelper helper)
close(helper->pipe_out);
close(helper->pipe_in);
helper->helper_pid = 0;
HeapFree(GetProcessHeap(), 0, helper);
}
......
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