Mercurial > hg > audiodb
view accumulators.h @ 445:d1771f436ff7 api-inversion
Better memory discipline
Use new rather than malloc()/calloc() for the qpointery bits of memory
that audioDB::query_loop ends up calling delete [] on.
We're still leaking memory in various places, but at least we're not
massively undefined...
author | mas01cr |
---|---|
date | Wed, 24 Dec 2008 10:56:41 +0000 |
parents | 166312a124bc |
children |
line wrap: on
line source
#ifndef ACCUMULATORS_H #define ACCUMULATORS_H #include <string> #include <set> #include <queue> #include <map> #include <functional> #include "accumulator.h" #include "dbaccumulator.h" #include "pertrackaccumulator.h" #include "nearestaccumulator.h" #endif