Testing: grib_multi_support_reset

This commit is contained in:
Shahram Najm 2024-01-26 21:26:50 +00:00
parent f31ff4757d
commit 297ae1723a
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ int main(int argc, char** argv)
}
fclose(fp);
codes_context_delete(NULL);
printf("All OK\n");
return 0;
}