Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-server/pull/187#discussion_r219632440
--- Diff: src/protocols/telnet/settings.h ---
@@ -253,6 +267,16 @@ typedef struct guac_telnet_settings {
guac_telnet_settings* guac_telnet_parse_args(guac_user* user,
int argc, const char** argv);
+/**
+ * Frees the regex pointed to by the given pointer, assigning the value
NULL to
+ * that pointer once the regex is freed. If the pointer already contains
NULL,
+ * this functino has no effect.
--- End diff --
Heh - fixed.
---