mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 01:56:07 +00:00
Memory leaks, from David CARLIER.
This commit is contained in:
@@ -127,6 +127,7 @@ error:
|
||||
free(pdata);
|
||||
if (f != NULL)
|
||||
fclose(f);
|
||||
free(file);
|
||||
return (CMD_RETURN_ERROR);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user