Re: C Programing: mysql_free_result

2003-12-31 Thread Peter Burden
Rocar Peças wrote: Dear Friends, I´m programming in C, Linux envirnment. The SELECT´s results are being brought to the client by using mysql_store_result. And the result sets are being released by mysql_free_result. The problem is: as mysql_free_result is called, the system memory is NOT actual

C Programing: mysql_free_result

2003-12-31 Thread Rocar Peças
Dear Friends, I´m programming in C, Linux envirnment. The SELECT´s results are being brought to the client by using mysql_store_result. And the result sets are being released by mysql_free_result. The problem is: as mysql_free_result is called, the system memory is NOT actually released. For