mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +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