Mercurial > hg > audiodb
log query.cpp @ 512:6439cfba2524 memory-leaks
age | author | description |
---|---|---|
Sat, 10 Jan 2009 13:14:05 +0000 | mas01mc | added free() call for data_buffer at end of query_loop_points() memory-leaks |
Sat, 10 Jan 2009 13:12:52 +0000 | mas01mc | removed defunct EXACT_MULT from query_loop_points() memory-leaks |
Fri, 09 Jan 2009 22:12:57 +0000 | mas01mc | modified point-bits coding for indexing (BREAKS BACKWARDS COMPATIBILITY). Plugged file-descriptor leak in index.cpp |
Fri, 09 Jan 2009 18:05:32 +0000 | mas01mc | Fixed memory leaks, added WS --no_unit_norming, and removed capping of LSH_N_POINT_BITS to 15 bits, instead allow any number of bits to encode points, remaining bits encode tracks |
Tue, 06 Jan 2009 16:27:01 +0000 | mas01cr | const declarations for some API arguments. api-inversion |
Tue, 06 Jan 2009 15:25:39 +0000 | mas01cr | Clean up some compiler warnings. api-inversion |
Wed, 31 Dec 2008 15:44:16 +0000 | mas01cr | Move audioDB::query over to audioDB.cpp api-inversion |