We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7be01 commit d6bccbaCopy full SHA for d6bccba
input/winscap.c
@@ -541,4 +541,6 @@ void *input_winscap(void *data) {
541
if (pEnumerator)
542
pEnumerator->lpVtbl->Release(pEnumerator);
543
CoUninitialize();
544
+
545
+ return NULL;
546
}
0 commit comments