mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:13:56 +00:00
Fixed one lvalue casted assignment for the new compiler.
This commit is contained in:
parent
553b0fca1f
commit
7ae8645467
1 changed files with 1 additions and 1 deletions
|
@ -858,7 +858,7 @@ static void WCCURSES_DeleteBackend(struct inner_data* data)
|
||||||
|
|
||||||
HeapFree(GetProcessHeap(), 0, PRIVATE(data)->line);
|
HeapFree(GetProcessHeap(), 0, PRIVATE(data)->line);
|
||||||
HeapFree(GetProcessHeap(), 0, PRIVATE(data));
|
HeapFree(GetProcessHeap(), 0, PRIVATE(data));
|
||||||
PRIVATE(data) = NULL;
|
data->private = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************
|
/******************************************************************
|
||||||
|
|
Loading…
Reference in a new issue