raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b63d64bda2bc736245c90cd794f3d47ac858266d

commit b63d64bda2bc736245c90cd794f3d47ac858266d
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Apr 6 22:40:00 2018 +0900

    ecore audio - add comment that this is an intended leak...
---
 src/lib/ecore_audio/ecore_audio.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/lib/ecore_audio/ecore_audio.c 
b/src/lib/ecore_audio/ecore_audio.c
index f62560f2e7..33ab4cbfe0 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)
      return _ecore_audio_init_count;
 
 #ifdef HAVE_SNDFILE
+// explicitly disabled - yes, we know to "fix a leak" you unload here, but
+// objects may still exist at this point and may access functions/symbols
+// from sndfile
 //   ecore_audio_sndfile_lib_unload();
 #endif /* HAVE_SNDFILE */
 #ifdef HAVE_PULSE
+// explicitly disabled - yes, we know to "fix a leak" you unload here, but
+// objects may still exist at this point and may access functions/symbols
+// from pulseaudio
 //   ecore_audio_pulse_lib_unload();
 #endif /* HAVE_PULSE */
 

-- 


Reply via email to