diff options
Diffstat (limited to 'src/pulsecore/core-util.c')
-rw-r--r-- | src/pulsecore/core-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c index d349bab4..2685c786 100644 --- a/src/pulsecore/core-util.c +++ b/src/pulsecore/core-util.c @@ -1735,7 +1735,6 @@ char *pa_get_runtime_dir(void) { k = pa_sprintf_malloc("%s" PA_PATH_SEP "pulse", d); if (pa_make_secure_dir(k, m, (uid_t) -1, (gid_t) -1, TRUE) < 0) { - free(k); pa_log_error("Failed to create secure directory (%s): %s", k, pa_cstrerror(errno)); goto fail; } |