[odb-users] memory leak

黄川 buptstehc at gmail.com
Wed Jan 15 22:15:27 EST 2014


thanks, boris! I have found the problem, it's my programming error, which
has nothing to do with odb.


2014/1/15 Boris Kolpackov <boris at codesynthesis.com>

> Hi,
>
> 黄川 <buptstehc at gmail.com> writes:
>
> > Does "an initial increase in resources which stops growing
> > over time." means the resources will be released at some time?
> > can i release it manually?
>
> The only sure way to release all the cached resources is to
> destroy the odb::database instance (db_ in your case). Even
> then it is possible that the underlying database library
> (that is, the C API to the database) will still hold some
> resources.
>
> Boris
>


More information about the odb-users mailing list