Fixed double free.

This commit is contained in:
Armin Novak 2016-03-16 12:39:36 +01:00
parent 2dbc1a0b87
commit 059c754b0d

View File

@ -272,6 +272,7 @@ UINT freerdp_channels_post_connect(rdpChannels* channels, freerdp* instance)
PubSub_OnChannelConnected(instance->context->pubSub, instance->context, &e);
free(name);
name = NULL;
}
}