SVN commit 863500 by seb: free allocated memory when done M +2 -0 BiasSolver.cpp --- trunk/extragear/multimedia/amarok/src/dynamic/BiasSolver.cpp #863499:863500 @@ -699,6 +699,8 @@ emit statusUpdate( (int)(100.0 * (double)(m_n - n) / (double)n) ); } + delete[] movingWeights; + return playlist; }