Changeset 245d586 for zephyr.c


Ignore:
Timestamp:
Nov 17, 2013, 3:44:14 AM (10 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
release-1.9
Children:
935eb10
Parents:
b70556f
git-author:
Jason Gross <jgross@mit.edu> (01/05/13 12:35:28)
git-committer:
Anders Kaseorg <andersk@mit.edu> (11/17/13 03:44:14)
Message:
Fix a leak.

Also add the CALLER_OWN annotation to the owl_zephyr_dotfile method.

(cherry picked from commit 60ae73623d2d5d0de7ff98c39b77da51ec7b30a9)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r83004b0 r245d586  
    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)
     
    10241024  }
    10251025
     1026  g_free(subsfile);
    10261027  g_free(line);
    10271028#endif
Note: See TracChangeset for help on using the changeset viewer.