MCPcopy Create free account
hub / github.com/OSGeo/gdal / CPLHashSetDestroy

Function CPLHashSetDestroy

port/cpl_hash_set.cpp:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 */
185
186void CPLHashSetDestroy(CPLHashSet *set)
187{
188 CPLHashSetClearInternal(set, true);
189 CPLFree(set->tabList);
190 CPLListDestroy(set->psRecyclingList);
191 CPLFree(set);
192}
193
194/************************************************************************/
195/* CPLHashSetClear() */

Callers 15

~OGRGeoRSSLayerMethod · 0.85
ResetReadingMethod · 0.85
startElementCbkMethod · 0.85
LoadSchemaMethod · 0.85
LoadTablesMethod · 0.85
OpenMethod · 0.85
TEST_FFunction · 0.85
~GDALProxyPoolDatasetMethod · 0.85
~GDALDatasetMethod · 0.85

Calls 2

CPLHashSetClearInternalFunction · 0.85
CPLListDestroyFunction · 0.85

Tested by 1

TEST_FFunction · 0.68