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

Merge remote-tracking branch 'origin/master'

parents b911ee03 a2a1448c
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1339 passed
......@@ -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