Web
Oh boy, not another memory leak post! We already got a couple here and there.JavaScript development is so frustrating at times that every little victory counts. The seemingly memory-managed, easy-to-write script language sometimes is harder than C++, and believe me, I've had my fair share of C++, Win32 and COM development. As if it's not enough that you have to deal with each and every browser's way of implementing the "standard", but now you have to manage and free your own memory.Memory leaks have not been a big problem most of the time. Well, a leaked <div> or <td> here or...