Skip to content

Instantly share code, notes, and snippets.

@disnet
Created July 19, 2012 22:44
Show Gist options
  • Save disnet/3147381 to your computer and use it in GitHub Desktop.
Save disnet/3147381 to your computer and use it in GitHub Desktop.
== Access of unallocated memory ==
address 0
at test_unallocated (file_name.js:3:0)
== Access of uninitialized memory ==
address 0
at test_unallocated (file_name.js:3:0)
== Free of unallocated memory ==
address 8184
at test_free (file_name.js:16:0)
== Memory leaks ==
address 8200
test_leak (file_name.js:10:0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment