| 164 | } |
| 165 | |
| 166 | void |
| 167 | free_omailcmd(struct obj *otmp) |
| 168 | { |
| 169 | if (otmp->oextra && OMAILCMD(otmp)) { |
| 170 | free((genericptr_t) OMAILCMD(otmp)); |
| 171 | OMAILCMD(otmp) = (char *) 0; |
| 172 | } |
| 173 | } |
| 174 | |
| 175 | /* can object be generated eroded? */ |
| 176 | staticfn boolean |