mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
pulse: make sure legacy_dir is not static
This commit is contained in:
parent
b173f9c184
commit
745f59acff
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ static pa_strlist *prepend_per_user(pa_strlist *l) {
|
|||
char *ufn;
|
||||
|
||||
#ifdef ENABLE_LEGACY_RUNTIME_DIR
|
||||
static char *legacy_dir;
|
||||
char *legacy_dir;
|
||||
|
||||
/* The very old per-user instance path (< 0.9.11). This is supported only to ease upgrades */
|
||||
if ((legacy_dir = get_very_old_legacy_runtime_dir())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue