Ignore:
Timestamp:
10/31/12 15:31:52 (12 years ago)
Author:
tbretz
Message:
It seems that V8::Dispose() needs to be locked... at leats if it is calld super early (like when a kill comes from the DNS during startup)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/InterpreterV8.h

    r14547 r14549  
    1515
    1616class Database;
    17 
     17#include<iostream>
    1818class InterpreterV8
    1919{
     
    8888    {
    8989        This = 0;
     90
    9091#ifdef HAVE_V8
     92        v8::Locker locker;
    9193        v8::V8::Dispose();
    9294#endif
Note: See TracChangeset for help on using the changeset viewer.