user32: Remove redundant LocalUnlock calls.

oldstable
Alexandre Julliard 2008-04-21 11:58:20 +02:00
parent baceb8d07e
commit fe4706940c
1 changed files with 0 additions and 2 deletions

View File

@ -4254,11 +4254,9 @@ static LRESULT EDIT_WM_Destroy(EDITSTATE *es)
LINEDEF *pc, *pp;
if (es->hloc32W) {
while (LocalUnlock(es->hloc32W)) ;
LocalFree(es->hloc32W);
}
if (es->hloc32A) {
while (LocalUnlock(es->hloc32A)) ;
LocalFree(es->hloc32A);
}
if (es->hloc16) {