[odb-users] memory leak

Boris Kolpackov boris at codesynthesis.com
Tue Jan 14 11:51:22 EST 2014


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