Changeset 5cebc0e


Ignore:
Timestamp:
Mar 1, 2010, 8:33:49 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
release-1.5
Children:
3959547
Parents:
8ea0ffc
git-author:
Anders Kaseorg <andersk@mit.edu> (02/27/10 23:25:09)
git-committer:
Nelson Elhage <nelhage@mit.edu> (03/01/10 20:33:49)
Message:
owl_function_exec: Don’t leak the redirected command string.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r54e1fe4 r5cebc0e  
    20202020      owl_function_popless_text(out);
    20212021    } else if (type==0) {
     2022      owl_free(newbuff);
    20222023      return out;
    20232024    } else if (type==2) {
     
    20282029    owl_free(out);
    20292030  }
     2031  owl_free(newbuff);
    20302032  return NULL;
    20312033}
Note: See TracChangeset for help on using the changeset viewer.