more progress on callers
[citadel.git] / citadel / netconfig.c
index 1f68fe3ba0af8faa04d51fde5303f11987bde1d8..55d98d1ae148dd1cc238a47b771cade392ddbdb3 100644 (file)
@@ -605,6 +605,7 @@ int CtdlNetconfigCheckRoomaccess(
                return (ERROR + NO_SUCH_USER);
        }
        found = is_recipient (RNCfg, RemoteIdentifier);
+       FreeRoomNetworkStruct(&RNCfg);
        end_critical_section(S_NETCONFIGS);
 
        if (found) {