Hi ! I've made a quite simple program in C using libmysqlclient. The program runs as daemon in Solaris 8 (sparc) and checks some values in the database every 5 minutes.
I have only ONE malloc/realloc call in "my" code and this code is called only when needed (when DB check is signaling it to do so..). This happens propably once a week it can't be a problem. As I can see free() is called properly in this function... However, after only a week the memory usage ocf this process has been grown to 40 - 50 MB so there's have to leakage somewhere. So, before I go futher with this I'd like to know if someone has noticed memory problems in libmysqlclient and if It can be avoided somehow... Thanx in advance =d0Mi= --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php