X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Froomlist.c;fp=webcit%2Froomlist.c;h=b9f967ce6cd6fd988e9897130c2d931c9b1fdd81;hp=42cd9db107315c134dec0a4d35b559cbba7f482d;hb=9571de81331e169c042c630800bff1bde499c8a9;hpb=c51a64e8f8b42b6efd85f17c91178437d73a9c3d diff --git a/webcit/roomlist.c b/webcit/roomlist.c index 42cd9db10..b9f967ce6 100644 --- a/webcit/roomlist.c +++ b/webcit/roomlist.c @@ -441,7 +441,7 @@ HashList *GetThisRoomPossibleMAlias(StrBuf *Target, WCTemplputParams *TP) if (Domains == NULL) return NULL; if (GetCount(Domains) == 0) { - DeleteHash(Domains); + DeleteHash(&Domains); return NULL; } PossibleAliases = NewHash(1, NULL);