fix memory leak of pKeys at xf_rail_invalidate_region()
This commit is contained in:
parent
64fce8717f
commit
c39aecbdb4
@ -226,6 +226,7 @@ void xf_rail_invalidate_region(xfContext* xfc, REGION16* invalidRegion)
|
||||
}
|
||||
}
|
||||
|
||||
free(pKeys);
|
||||
region16_uninit(&windowInvalidRegion);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user