Changeset 9538 for trunk/psLib/src/imageops/psImageStructManip.c
- Timestamp:
- Oct 13, 2006, 11:13:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImageStructManip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageStructManip.c
r8232 r9538 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2006- 08-08 23:32:23$10 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-10-13 21:13:48 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 97 97 // if a child, need to orphan (disassociate from parent) first 98 98 if (out->parent != NULL) { 99 psArrayRemove (out->parent->children,psMemIncrRefCounter(out));99 psArrayRemoveData(out->parent->children,psMemIncrRefCounter(out)); 100 100 // remove from parent's knowledge without triggering a free 101 101 out->parent = NULL; // break link to parent
Note:
See TracChangeset
for help on using the changeset viewer.
