| # | Line 85 | Line 85 | int flags; | |
|---|---|---|
| 85 | freeinstance(o) /* free memory associated with instance */ | |
| 86 | OBJREC *o; | |
| 87 | { | |
| 88 | + | if (o->os == NULL) |
| 89 | + | return; |
| 90 | free(o->os); | |
| 91 | + | o->os = NULL; |
| 92 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |