On Mar 23, 11:41 pm, Dewr <wind8...@gmail.com> wrote: > thank you guys. I really appreciate your advice. > I have debugged by putting this 1 line code right after free(strBuf); > (though there is no repeating free(strBuf)...) > > > strBuf = NULL;
If that's all that you changed, and it "fixed" the problem, then you WERE calling free() twice, likely the same line of code was reached twice. I wouldn't call your logic really fixed, but at least now it doesn't crash. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en