From e190917d98bfd6683fa5c0f744962d023007523b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Tue, 16 Feb 2021 00:31:20 -0500
Subject: [PATCH] Play this game.

---
 src/sbbs3/js_socket.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/js_socket.c b/src/sbbs3/js_socket.c
index 13a1a42284..113cd4ec3c 100644
--- a/src/sbbs3/js_socket.c
+++ b/src/sbbs3/js_socket.c
@@ -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);
-- 
GitLab