Skip to content

Commit

Permalink
keep context global
Browse files Browse the repository at this point in the history
  • Loading branch information
christophgysin committed May 5, 2015
1 parent 51e8289 commit 015a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pulseaudio.c
Expand Up @@ -27,7 +27,7 @@

#include <pulse/glib-mainloop.h>

static pa_context* context = NULL;
pa_context* context = NULL;

static pa_glib_mainloop* m = NULL;
static pa_proplist* context_proplist = NULL;
Expand Down

0 comments on commit 015a013

Please sign in to comment.