Merge pull request #5851 from akallabeth/multi_disconnect_crash_fix
Fixed missing NULL set of pointer after free
This commit is contained in:
commit
c68c50d762
@ -394,6 +394,7 @@ BOOL rdp_client_disconnect(rdpRdp* rdp)
|
||||
return FALSE;
|
||||
|
||||
codecs_free(context->codecs);
|
||||
context->codecs = NULL;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user