Ignore:
Timestamp:
Sep 13, 2020, 1:21:43 PM (5 years ago)
Author:
bird
Message:

kash: forked-mode build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shinstance.c

    r3449 r3451  
    278278    sh_free_string_vector(psh, &psh->shenviron);
    279279
     280#ifndef SH_FORKED_MODE
    280281    /** @todo children. */
    281282    sh_free(psh, psh->threadarg);
    282283    psh->threadarg = NULL;
     284#endif
    283285
    284286    /* alias.c */
Note: See TracChangeset for help on using the changeset viewer.