diff --git a/libcef/v8_impl.cc b/libcef/v8_impl.cc index fc7ec8280..5b4009574 100644 --- a/libcef/v8_impl.cc +++ b/libcef/v8_impl.cc @@ -1173,6 +1173,9 @@ bool CefV8ValueImpl::ExecuteFunctionWithContext( retval = new CefV8ValueImpl(func_rv); } + if (argv) + delete [] argv; + return true; }