Freed hashtable iterator to dcb_usersPrint.

This commit is contained in:
vraatikka 2013-08-12 21:04:31 +03:00
parent 64cb6eca56
commit c5fd94590c

View File

@ -189,5 +189,6 @@ char *sep, *user;
sep = ", ";
}
dcb_printf(dcb, "\n");
hashtable_iterator_free(iter);
}
}