Fix potential leak of 'outBuff' (reported by scan-build)
This commit is contained in:
parent
f8c8796dfe
commit
de7e3be7fa
@ -87,6 +87,7 @@ static int testStreamingAPI(void)
|
||||
}
|
||||
if (stream == NULL) {
|
||||
DISPLAY("ERROR: Could not create dstream\n");
|
||||
free(outBuff);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user