Skip to content
Snippets Groups Projects
  1. Nov 02, 2011
  2. Nov 01, 2011
  3. Oct 31, 2011
  4. Oct 30, 2011
  5. Oct 29, 2011
  6. Oct 28, 2011
    • deuce's avatar
      Despite the "documentation", the value needs to be JS_free()d, not js_free()d. · af375836
      deuce authored
      Since this requires a context in the same runtime and we're not sharing one big
      runtime (yet), we'll copy it out of magic JS land and into more sane normal
      heap land and JS_free() immediately.
      
      This should fix teh Windows crash on queues that digitalman was seeing (and
      the leak he added to fix it).
      af375836
Loading