mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
xfree is not particularly helpful, remove it. From Thomas Adam.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -2224,7 +2224,6 @@ char *xstrdup(const char *);
|
||||
void *xcalloc(size_t, size_t);
|
||||
void *xmalloc(size_t);
|
||||
void *xrealloc(void *, size_t, size_t);
|
||||
void xfree(void *);
|
||||
int printflike2 xasprintf(char **, const char *, ...);
|
||||
int xvasprintf(char **, const char *, va_list);
|
||||
int printflike3 xsnprintf(char *, size_t, const char *, ...);
|
||||
|
Reference in New Issue
Block a user