Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / webcit / roomlist.c
index 42cd9db107315c134dec0a4d35b559cbba7f482d..b9f967ce6cd6fd988e9897130c2d931c9b1fdd81 100644 (file)
@@ -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);