| b436f76f | 21-Sep-2008 |
Victor Eijkhout <eijkhout@tacc.utexas.edu> |
If we assume that by attaching arrays to an object the author has more or less relinquished control of those arrays, then it becomes up to the object to free those arrays at some point. Hence an extr
If we assume that by attaching arrays to an object the author has more or less relinquished control of those arrays, then it becomes up to the object to free those arrays at some point. Hence an extra call in HeaderDestroy, and the freeing (we are assuming that PetscMalloc was used to create the arrays) of the various attached arrays.
Hg-commit: 436d9cd8d9df37ad220a7c10489856b85ed4d845
show more ...
|