ALIZE-Speaker-Recognition / LIA_RAL

A high-level toolkit for speaker recognition, build on top of ALIZE-Core.
http://alize.univ-avignon.fr
GNU Lesser General Public License v3.0
125 stars 27 forks source link

mismatching deallocation (free) #5

Closed maddin200 closed 7 years ago

maddin200 commented 7 years ago

\LIA_SpkDet\RemoteSpkDet\Client\RemoteSpkDetClient.cpp line 488

should be delete [] ctab;

tevamerlin commented 7 years ago

Fixed (along with a missing delete[] in another function). Thanks.