dangeling pointer fix :)

This commit is contained in:
Jens Ole Wund
2004-09-07 20:45:09 +00:00
parent 521f37cc5c
commit 2e185f2c2f

View File

@@ -297,7 +297,9 @@ static int endwrite(WriteData *wd)
err= wd->error;
writedata_free(wd);
/* blender gods may live forever but this parent pointer died in the statement above
if(wd->current) printf("undo size %d\n", wd->current->size);
*/
return err;
}