diff options
Diffstat (limited to 'src/lib/ecore_audio')
-rw-r--r-- | src/lib/ecore_audio/ecore_audio.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/ecore_audio/ecore_audio.c b/src/lib/ecore_audio/ecore_audio.c index f62560f..33ab4cb 100644 --- a/src/lib/ecore_audio/ecore_audio.c +++ b/src/lib/ecore_audio/ecore_audio.c | |||
@@ -68,9 +68,15 @@ ecore_audio_shutdown(void) | |||
68 | return _ecore_audio_init_count; | 68 | return _ecore_audio_init_count; |
69 | 69 | ||
70 | #ifdef HAVE_SNDFILE | 70 | #ifdef HAVE_SNDFILE |
71 | // explicitly disabled - yes, we know to "fix a leak" you unload here, but | ||
72 | // objects may still exist at this point and may access functions/symbols | ||
73 | // from sndfile | ||
71 | // ecore_audio_sndfile_lib_unload(); | 74 | // ecore_audio_sndfile_lib_unload(); |
72 | #endif /* HAVE_SNDFILE */ | 75 | #endif /* HAVE_SNDFILE */ |
73 | #ifdef HAVE_PULSE | 76 | #ifdef HAVE_PULSE |
77 | // explicitly disabled - yes, we know to "fix a leak" you unload here, but | ||
78 | // objects may still exist at this point and may access functions/symbols | ||
79 | // from pulseaudio | ||
74 | // ecore_audio_pulse_lib_unload(); | 80 | // ecore_audio_pulse_lib_unload(); |
75 | #endif /* HAVE_PULSE */ | 81 | #endif /* HAVE_PULSE */ |
76 | 82 | ||