avifil32: Remove some redundant statements.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Nikolay Sivov 2018-02-25 19:33:25 +03:00 committed by Alexandre Julliard
parent 7be8beab68
commit 7675ce7550
3 changed files with 0 additions and 3 deletions

View File

@ -282,7 +282,6 @@ static ULONG WINAPI IAVIEditStream_fnRelease(IAVIEditStream*iface)
}
HeapFree(GetProcessHeap(), 0, This);
return 0;
}
return ref;
}

View File

@ -134,7 +134,6 @@ static ULONG WINAPI IGetFrame_fnRelease(IGetFrame *iface)
}
HeapFree(GetProcessHeap(), 0, iface);
return 0;
}
return ref;

View File

@ -94,7 +94,6 @@ static ULONG WINAPI ITmpFile_fnRelease(IAVIFile *iface)
}
HeapFree(GetProcessHeap(), 0, This);
return 0;
}
return ref;