diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-08-23 16:06:46 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-08-23 16:06:46 +0100 |
commit | 95a374d7d20dde938563a9f92c8ffc1e25bd4050 (patch) | |
tree | 596cfdc4aa9c9d7a0f04cd1c8b541e86ede90eef /tmux.c | |
parent | 1dec1ca146882572e261f2f2f55d9060c06a0212 (diff) | |
parent | 210e71edf36198e3f22525e7f548a71a5681d25c (diff) | |
download | rtmux-95a374d7d20dde938563a9f92c8ffc1e25bd4050.tar.gz rtmux-95a374d7d20dde938563a9f92c8ffc1e25bd4050.tar.bz2 rtmux-95a374d7d20dde938563a9f92c8ffc1e25bd4050.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -207,6 +207,7 @@ make_label(const char *label, char **cause) free(paths); xasprintf(&base, "%s/tmux-%ld", path, (long)uid); + free(path); if (mkdir(base, S_IRWXU) != 0 && errno != EEXIST) { xasprintf(cause, "couldn't create directory %s (%s)", base, strerror(errno)); |