Commit dfba1d86 dfba1d8618fd52ed6f74623fc6b738c228010c2f by Sergey Poznyakoff

(mail_mbox_close): Initialize held_count to 0

1 parent 516f6b39
......@@ -35,7 +35,7 @@ int
mail_mbox_close ()
{
mu_url_t url = NULL;
size_t held_count;
size_t held_count = 0;
if (!mbox)
return 0;
......