MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / adfFreeEntry

Function adfFreeEntry

dep/adflib/src/adf_dir.c:486–495  ·  view source on GitHub ↗

* adfFreeEntry * */

Source from the content-addressed store, hash-verified

484 *
485 */
486void adfFreeEntry(struct Entry *entry)
487{
488 if (entry==NULL)
489 return;
490 if (entry->name)
491 free(entry->name);
492 if (entry->comment)
493 free(entry->comment);
494 free(entry);
495}
496
497
498/*

Callers 3

~AdfEntryMethod · 0.85
adfGetDirEntCacheFunction · 0.85
adfFreeDirListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected