Re: Memory Leak ?

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: zhaoxin <zhaox(at)necas(dot)nec(dot)com(dot)cn>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Memory Leak ?
Date: 2006-06-16 09:32:55
Message-ID: 20060616093255.GA26195@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Fri, Jun 16, 2006 at 05:03:14PM +0800, zhaoxin wrote:
> my connection string is below:
> ***************************
> char szDSN[20];
> char szUID[20];
> char szAuthStr[20];
> ...
> sprintf(szDSN,"postgre_8.02\0");
> sprintf(szUID,"test\0");
> sprintf(szAuthStr,"test\0");
> ...
> ***************************
> is there some problem here ?

I see no problem. We only want to simulate your situation.
We need to know the exact psqlODBC state.

Please could you send us mylog output?

Regards,

Luf

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message zhaoxin 2006-06-16 13:55:15 Re: Memory Leak ?
Previous Message zhaoxin 2006-06-16 09:03:14 Re: Memory Leak ?