Changeset 60ae736


Ignore:
Timestamp:
May 20, 2013, 12:21:33 PM (11 years ago)
Author:
Jason Gross <jgross@mit.edu>
Branches:
master, release-1.10
Children:
f7bb59f, d555aa1, 3bd3ee8
Parents:
731e921
git-author:
Jason Gross <jgross@mit.edu> (01/05/13 12:35:28)
git-committer:
Jason Gross <jgross@mit.edu> (05/20/13 12:21:33)
Message:
Fix a leak.

Also add the CALLER_OWN annotation to the owl_zephyr_dotfile method.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r60e8617 r60ae736  
    2929#define HM_SVC_FALLBACK         htons((unsigned short) 2104)
    3030
    31 static char *owl_zephyr_dotfile(const char *name, const char *input)
     31static CALLER_OWN char *owl_zephyr_dotfile(const char *name, const char *input)
    3232{
    3333  if (input != NULL)
     
    10251025  }
    10261026
     1027  g_free(subsfile);
    10271028  g_free(line);
    10281029#endif
Note: See TracChangeset for help on using the changeset viewer.