[Help] How to find memory leak?
#5

say you stored a result then did not free it, so the next mysql_query called/used, it would cause a command out of sync error, and not complete the query. you can bypass errors by using IGNORE which will make the errors into warnings, then use mysql_warning_count()..etc
Reply


Messages In This Thread
[Help] How to find memory leak? - by lolumadd_ - 06.05.2011, 01:41
Re: [Help] How to find memory leak? - by lolumadd_ - 06.05.2011, 01:58
Re: [Help] How to find memory leak? - by Donya - 06.05.2011, 02:18
Re: [Help] How to find memory leak? - by lolumadd_ - 06.05.2011, 02:24
Re: [Help] How to find memory leak? - by Donya - 06.05.2011, 02:43
Re: [Help] How to find memory leak? - by lolumadd_ - 06.05.2011, 15:32
Re: [Help] How to find memory leak? - by lolumadd_ - 06.05.2011, 18:57
Re: [Help] How to find memory leak? - by Donya - 06.05.2011, 20:20

Forum Jump:


Users browsing this thread: 1 Guest(s)