secur32: Eliminate a dead store.

This commit is contained in:
Ken Thomases 2011-11-29 19:15:46 -06:00 committed by Alexandre Julliard
parent 3f90cb8c9e
commit e39e67ec3d
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}