mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 13:35:00 +00:00
Initialize. Was not set in some codepaths.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3293 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3c20f80991
commit
855b312ae6
@ -2639,7 +2639,7 @@ static JSFunctionSpec fs_functions[] = {
|
|||||||
|
|
||||||
static int eval_some_js(char *code, JSContext *cx, JSObject *obj, jsval *rval)
|
static int eval_some_js(char *code, JSContext *cx, JSObject *obj, jsval *rval)
|
||||||
{
|
{
|
||||||
JSScript *script;
|
JSScript *script = NULL;
|
||||||
char *cptr;
|
char *cptr;
|
||||||
char *path = NULL;
|
char *path = NULL;
|
||||||
int res = 0;
|
int res = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user