Home
last modified time | relevance | path

Searched refs:oldLink (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/forest/
H A Dforest.c19 DMForestTypeLink oldLink, link = DMForestTypeList; in DMForestPackageFinalize() local
23 oldLink = link; in DMForestPackageFinalize()
24 PetscCall(PetscFree(oldLink->name)); in DMForestPackageFinalize()
25 link = oldLink->next; in DMForestPackageFinalize()
26 PetscCall(PetscFree(oldLink)); in DMForestPackageFinalize()