mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 05:40:27 +00:00
replaced unqualified move with std::move
to avoid this clang warning: https://reviews.llvm.org/D119670
This commit is contained in:
@@ -221,6 +221,7 @@ static bool cleanup(struct vidcap_dshow_state *s) {
|
||||
if (s->returnBuffer != NULL) free(s->returnBuffer);
|
||||
if (s->convert_buffer != NULL) free(s->convert_buffer);
|
||||
if (yuv_clamp != NULL) free(yuv_clamp);
|
||||
free(s->deviceName);
|
||||
|
||||
DeleteCriticalSection(&s->returnBufferCS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user