Re: Problem with mysql_close() API

2003-12-29 Thread KKoTY
)), and you dont call mysql_free_result() to free this allocated memory, than memory leaks are detected, and Access Violation Error proceed. - Original Message - From: Leo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 29, 2003 7:24 AM Subject: Problem with mysql_close() API

Problem with mysql_close() API

2003-12-28 Thread Leo
Hi All, i have a problem everytime i call the function mysql_close(), it result in Access Violation Error in module libmysql.dll fyi, im migrating from 3.23.52 to 4.0.x server runs under linux, im accesing the server through windows based application built with delphi, using Object Pascal