Tiny memory leak fix in call error path.
This commit is contained in:
parent
1843d64156
commit
5409a57f13
1 changed files with 1 additions and 0 deletions
|
|
@ -539,6 +539,7 @@ void TXT_OpenURL(char *url)
|
|||
{
|
||||
fprintf(stderr,
|
||||
"xdg-utils is not installed. Can't open this URL:\n%s\n", url);
|
||||
free(cmd);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue