View | Details | Raw Unified | Return to bug 273731
Collapse All | Expand All

(-)client/Wayland/wlfreerdp.c (-1 / +1 lines)
Lines 598-604 static void wlf_client_free(freerdp* instance, rdpContext* context) Link Here
598
	DeleteCriticalSection(&wlf->critical);
598
	DeleteCriticalSection(&wlf->critical);
599
}
599
}
600
600
601
static void* uwac_event_clone(const void* val)
601
static void* uwac_event_clone(void* val)
602
{
602
{
603
	UwacEvent* copy;
603
	UwacEvent* copy;
604
	const UwacEvent* ev = (const UwacEvent*)val;
604
	const UwacEvent* ev = (const UwacEvent*)val;

Return to bug 273731