mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Memory leaks.
This commit is contained in:
4
arg.c
4
arg.c
@ -1,4 +1,4 @@
|
||||
/* $Id: arg.c,v 1.3 2008-06-18 22:21:51 nicm Exp $ */
|
||||
/* $Id: arg.c,v 1.4 2008-07-23 22:18:06 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -115,6 +115,8 @@ arg_parse_session(const char *arg)
|
||||
xfree(arg2);
|
||||
return (c->session);
|
||||
}
|
||||
|
||||
xfree(arg2);
|
||||
}
|
||||
|
||||
return (NULL);
|
||||
|
Reference in New Issue
Block a user