diff audioDB.cpp @ 414:dc099cd34b5b

Small changes to add restrict list to indexed search. Removed redundant methods in indexed query code paths.
author mas01mc
date Tue, 23 Dec 2008 20:41:58 +0000
parents bab245dc31d8
children 51d02229288f
line wrap: on
line diff
--- a/audioDB.cpp	Thu Nov 27 10:19:50 2008 +0000
+++ b/audioDB.cpp	Tue Dec 23 20:41:58 2008 +0000
@@ -326,6 +326,8 @@
     delete reporter;
   if(exact_evaluation_queue)
     delete exact_evaluation_queue;
+  if(allowed_keys)
+    delete allowed_keys;
   if(rng)
     gsl_rng_free(rng);
   if(vv)