a4f5c64
--- pulseaudio-0.9.21/src/pulse/context.c-orig	2010-09-29 08:56:41.000000000 +0200
a4f5c64
+++ pulseaudio-0.9.21/src/pulse/context.c	2010-09-29 13:04:15.000000000 +0200
a4f5c64
@@ -624,7 +624,7 @@ static pa_strlist *prepend_per_user(pa_s
a4f5c64
     char *ufn;
a4f5c64
 
a4f5c64
 #ifdef ENABLE_LEGACY_RUNTIME_DIR
a4f5c64
-    static char *legacy_dir;
a4f5c64
+    char *legacy_dir;
a4f5c64
 
a4f5c64
     /* The very old per-user instance path (< 0.9.11). This is supported only to ease upgrades */
a4f5c64
     if ((legacy_dir = get_very_old_legacy_runtime_dir())) {