dmime: Skip segment chunk on parsing failure (or success).

This commit is contained in:
Rémi Bernon 2023-10-26 14:39:03 +02:00 committed by Alexandre Julliard
parent 7b66268fab
commit bff7301699

View file

@ -833,6 +833,7 @@ static HRESULT WINAPI segment_persist_stream_Load(IPersistStream *iface, IStream
}
}
stream_skip_chunk(stream, &chunk);
if (FAILED(hr))
{
WARN("Failed to load segment from stream %p, hr %#lx\n", stream, hr);