Removed some testing code that was not supposed to be in the last commit.

This commit is contained in:
Tim Edwards 2021-04-06 10:15:15 -04:00
parent 84f4bf82ea
commit 3703560305
1 changed files with 3 additions and 3 deletions

View File

@ -692,9 +692,9 @@ extExtractStack(stack, doExtract, rootDef)
/* Replace any modified substrate planes */
for (; sl; sl = sl->sl_next)
{
// ExtRevertSubstrate(sl->sl_def, sl->sl_plane);
DBFreePaintPlane(sl->sl_plane);
TiFreePlane(sl->sl_plane);
ExtRevertSubstrate(sl->sl_def, sl->sl_plane);
// DBFreePaintPlane(sl->sl_plane);
// TiFreePlane(sl->sl_plane);
freeMagic(sl);
}