
Things JavaScript Developers Should Know, Part 2 - JSJ 485
JavaScript Jabber
00:00
How to Fix a Memory Leak on a Heap
A memory leap is when you alocate some memory from the heap, use it for whatever, and then when you're done with it, you forget to free it or to dealocate it. Of the three, of the three, the dangling pointers is the ones that always got me. I mean, computers these days have lots of memory, and you can actually leak, let's say, a k of memory a second and never feel the difference.
Play episode from 07:23
Transcript


