зеркало из https://github.com/mozilla/pjs.git
Fix allocator mismatch. Bug 306811, r+sr=shaver
This commit is contained in:
Родитель
78495a7427
Коммит
1079450d92
|
@ -173,10 +173,7 @@ Dump(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
|
|||
return JS_FALSE;
|
||||
|
||||
char *bytes = JS_GetStringBytes(str);
|
||||
bytes = nsCRT::strdup(bytes);
|
||||
|
||||
fputs(bytes, stderr);
|
||||
nsMemory::Free(bytes);
|
||||
return JS_TRUE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче