Changeset d72ba1e


Ignore:
Timestamp:
Jan 12, 2013, 6:28:11 PM (11 years ago)
Author:
Jason Gross <jgross@mit.edu>
Branches:
master, release-1.10
Children:
374089a
Parents:
8258ea5
git-author:
Jason Gross <jgross@mit.edu> (01/12/13 15:12:33)
git-committer:
Jason Gross <jgross@mit.edu> (01/12/13 18:28:11)
Message:
Fix a memory leak in zcrypt.c, caught by clang scan-build
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zcrypt.c

    r048b1ff rd72ba1e  
    866866
    867867  err = call_filter(argv, in, &out, &status);
     868  free(in);
    868869  if(err || status) {
    869870    g_free(out);
Note: See TracChangeset for help on using the changeset viewer.