To superjoe
--
Rodrigo Rodrigues da Silva
PoliGNU - Grupo de Estudos de Software Livre da Poli/USP
FSF Associate Member #7788
diff --git a/src/core/lame_library.cpp b/src/core/lame_library.cpp
index 7e80136..cdbd40b 100644
--- a/src/core/lame_library.cpp
+++ b/src/core/lame_library.cpp
@@ -42,8 +42,10 @@ LameLibrary::LameLibrary() :
"you have Lame installed and then check your folder settings "
"and make sure you tell LMMS where libmp3lame.so.0 is." ),
QMessageBox::Ok | QMessageBox::Default );
- delete m_lameLib;
- m_lameLib = NULL;
+ m_lameLib->unload();
+ delete m_lameLib;
+ m_lameLib = NULL;
+ return;
}
// grab the functions and stuff we need
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
LMMS-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmms-devel