mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 07:40:24 +00:00
Fixed some Coverity issues
This commit is contained in:
@@ -59,6 +59,7 @@ void print_capabilities(int mask, struct module *root, bool use_vidcap)
|
||||
const char *text = response_get_text(r);
|
||||
istringstream iss(text);
|
||||
iss >> desc;
|
||||
free_response(r);
|
||||
break;
|
||||
}
|
||||
free_response(r);
|
||||
|
||||
Reference in New Issue
Block a user