ECC-1185: Add test

This commit is contained in:
Shahram Najm 2020-12-31 18:10:07 +00:00
parent 919b9ef5df
commit 4157a9573f
1 changed files with 2 additions and 0 deletions

View File

@ -71,5 +71,7 @@ int main(int argc, char* argv[])
}
codes_bufr_keys_iterator_delete(kiter);
codes_handle_delete(h);
codes_context_delete(codes_context_get_default());
return 0;
}