Skip to content
Snippets Groups Projects
Commit 056a03b1 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge remote-tracking branch 'origin/master'

parents a53d6f7c e190917d
No related branches found
No related tags found
No related merge requests found
......@@ -2817,7 +2817,7 @@ js_listening_socket_constructor(JSContext *cx, uintN argc, jsval *arglist)
JS_ReportError(cx, "Unable to create socket set");
goto fail;
}
// Q for Deuce: what calls xpms_destroy or otherwise free()'s this set (once assigned to p->set)?
// A for Digitman: "Nothing." -- DigitalMan (via Mumble)
if (obj == NULL) {
JSVALUE_TO_MSTRING(cx, argv[0], interface, NULL);
HANDLE_PENDING(cx, interface);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment