mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[MSRLE32] Sync with Wine Staging 4.18. CORE-16441
This commit is contained in:
parent
7b0046072f
commit
ee39ccec36
2 changed files with 6 additions and 1 deletions
|
@ -1544,6 +1544,11 @@ static LRESULT CompressEnd(CodecInfo *pi)
|
|||
pi->pCurFrame = NULL;
|
||||
pi->nPrevFrame = -1;
|
||||
pi->bCompress = FALSE;
|
||||
|
||||
if (pi->palette_map != NULL) {
|
||||
LocalFree(pi->palette_map);
|
||||
pi->palette_map = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
return ICERR_OK;
|
||||
|
|
|
@ -120,7 +120,7 @@ dll/win32/msisip # Synced to WineStaging-4.18
|
|||
dll/win32/msisys.ocx # Synced to WineStaging-4.18
|
||||
dll/win32/msnet32 # Synced to WineStaging-4.18
|
||||
dll/win32/mspatcha # Forked at WineStaging-3.3
|
||||
dll/win32/msrle32 # Synced to WineStaging-4.0
|
||||
dll/win32/msrle32 # Synced to WineStaging-4.18
|
||||
dll/win32/mssign32 # Synced to WineStaging-3.3
|
||||
dll/win32/mssip32 # Synced to WineStaging-3.3
|
||||
dll/win32/mstask # Synced to WineStaging-3.3
|
||||
|
|
Loading…
Reference in a new issue