Re: Memory Leak ? - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Re: Memory Leak ?
Date
Msg-id 20060616093255.GA26195@soptik.pzkagis.cz
Whole thread Raw
In response to Re: Memory Leak ?  (zhaoxin <zhaox@necas.nec.com.cn>)
Responses Re: Memory Leak ?  (zhaoxin <zhaox@necas.nec.com.cn>)
List 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

pgsql-odbc by date:

Previous
From: zhaoxin
Date:
Subject: Re: Memory Leak ?
Next
From: zhaoxin
Date:
Subject: Re: Memory Leak ?