IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4572


Ignore:
Timestamp:
Jul 16, 2005, 5:30:16 AM (21 years ago)
Author:
eugene
Message:

added externally allocated memory to ohana memory system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/cd.c

    r2598 r4572  
    1818    }
    1919    fprintf(stderr, "cwd: %s\n", cwd);
     20    ohana_memregister (cwd);
    2021    free (cwd);
    2122    return (TRUE);
     
    4142  }
    4243  fprintf(stderr, "cwd: %s\n", cwd);
     44  ohana_memregister (cwd);
    4345  free (cwd);
    4446  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.