On Fri, Jun 21, 2013 at 4:48 PM,  <kai-uwe.schie...@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

Reply via email to