Skip to content

Commit

Permalink
lib-storage: Fix crash in test-mail-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and villesavolainen committed May 26, 2017
1 parent 93621ce commit 6f6e929
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib-storage/test-mail-storage.c
Expand Up @@ -102,8 +102,6 @@ static void test_mail_storage_errors(void)
test_assert(!storage.last_error_is_internal);

mail_storage_clear_error(&storage);
i_assert(array_count(&storage.error_stack) == 0);
array_free(&storage.error_stack);
test_end();
}

Expand Down

0 comments on commit 6f6e929

Please sign in to comment.