ntdll: Avoid leaking activation context in RtlCreateUserThread. (Valgrind).

oldstable
Sebastian Lackner 2014-06-22 22:25:52 +02:00 committed by Alexandre Julliard
parent c936e505e5
commit 2fcecdb72e
1 changed files with 0 additions and 2 deletions

View File

@ -520,8 +520,6 @@ NTSTATUS WINAPI RtlCreateUserThread( HANDLE process, const SECURITY_DESCRIPTOR *
frame->ActivationContext = actctx;
frame->Flags = 0;
teb->ActivationContextStack.ActiveFrame = frame;
RtlAddRefActivationContext(actctx);
}
info = (struct startup_info *)(teb + 1);