Comment #4 on issue 1432 by [email protected]: Isolate memory leak?
http://code.google.com/p/v8/issues/detail?id=1432

Actually calling the v8 Dispose seems to clear them all up:
        v8::V8::Dispose();



  /**
   * Releases any resources used by v8 and stops any utility threads
   * that may be running.  Note that disposing v8 is permanent, it
   * cannot be reinitialized.
   *
   * It should generally not be necessary to dispose v8 before exiting
   * a process, this should happen automatically.  It is only necessary
   * to use if the process needs the resources taken up by v8.
   */
  static bool Dispose();


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to