mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
fix memory leak of pKeys at xf_rail_invalidate_region()
This commit is contained in:
@@ -226,6 +226,7 @@ void xf_rail_invalidate_region(xfContext* xfc, REGION16* invalidRegion)
|
||||
}
|
||||
}
|
||||
|
||||
free(pKeys);
|
||||
region16_uninit(&windowInvalidRegion);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user