xfreerdp: rfx_context was not freed

This commit is contained in:
Norbert Federa 2011-10-18 22:50:40 +02:00
parent 296d5ea753
commit 7ab708f754

View File

@ -897,6 +897,12 @@ void xf_window_free(xfInfo* xfi)
}
}
if (xfi->rfx_context)
{
rfx_context_free(xfi->rfx_context);
xfi->rfx_context = NULL;
}
xfree(xfi->clrconv);
xf_tsmf_uninit(xfi);