GUACAMOLE-391: resolve low impact memory leak
This commit is contained in:
parent
c5f674340a
commit
d2102e5705
@ -195,6 +195,7 @@ guacd_config* guacd_conf_load() {
|
||||
|
||||
if (retval != 0) {
|
||||
fprintf(stderr, "Unable to parse \"" GUACD_CONF_FILE "\".\n");
|
||||
free(conf);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user