diff audioDB.cpp @ 314:b671a46873c2

working SIIGRAPH08 version. Fixed powerTable mmap memory leak in WS calls (only showed up in big databases). Implements radius queries over WS with new wsdl file
author mas01mc
date Tue, 12 Aug 2008 01:21:44 +0000
parents f9dde18f556a
children ab411674dad4 c93be2f3a674
line wrap: on
line diff
--- a/audioDB.cpp	Sat Aug 09 15:46:42 2008 +0000
+++ b/audioDB.cpp	Tue Aug 12 01:21:44 2008 +0000
@@ -121,6 +121,8 @@
     munmap(dataBuf, dataBufLength);
   if(timesTable)
     munmap(timesTable, timesTableLength);
+  if(powerTable)
+    munmap(powerTable, powerTableLength);
   if(l2normTable)
     munmap(l2normTable, l2normTableLength);
   if(trackOffsetTable)