diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-09-14 08:17:11 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-09-14 08:17:11 +0000 |
commit | 1a7737d5a111eef806a2fcc7782eb9c6bfc29ded (patch) | |
tree | 982f295497967e6d8f2537a5bacc1d59da4f2684 /src/modules/mixer/e_mod_main.c | |
parent | 6a53321e5cff89c991ba9ffc01dd6171a49746ae (diff) | |
download | enlightenment-1a7737d5a111eef806a2fcc7782eb9c6bfc29ded.tar.gz |
fix mixer stringshare usage (fixes looooooooots of crashes), also shutdown pulse integration when unloading the module
SVN revision: 76649
Diffstat (limited to 'src/modules/mixer/e_mod_main.c')
-rw-r--r-- | src/modules/mixer/e_mod_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/mixer/e_mod_main.c b/src/modules/mixer/e_mod_main.c index 32cb5ce6a3..fc282c5bed 100644 --- a/src/modules/mixer/e_mod_main.c +++ b/src/modules/mixer/e_mod_main.c @@ -1545,6 +1545,7 @@ e_modapi_shutdown(E_Module *m) #ifdef HAVE_ENOTIFY e_notification_shutdown(); #endif + e_mixer_pulse_shutdown(); E_FREE(ctxt); mixer_mod = NULL; |