[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Memory cleanup / leakage

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Fri, 21 Jun 2013 17:48:55 +0400

On Fri, Jun 21, 2013 at 4:48 PM, <Kai-Uwe.Schieser_at_hydrometer.de> wrote:
> Please add me to the answer list, cause I am not subscribed.
>
>
> I am using the Binary Package of Subversion library Version 1.7.9 in my
> software.
> Everything works fine so far but a little memory leak I detected in my
> tests. I am not shure if I use everything as I should. Maybe you can help
> me.
>
>
> I reduced the usage of the lib to the following:
>
> Code start:
>
> while(true)
> {
> apr_initialize();
> apr_pool_initialize();
AFAIK it's not allowed to call apr_initialize() more than once per process.

-- 
Ivan Zhakov
CTO | VisualSVN | http://www.visualsvn.com
Received on 2013-06-21 15:49:49 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.