Changeset 89f01bd


Ignore:
Timestamp:
Apr 4, 2013, 2:36:26 AM (11 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10
Children:
109eb89, 60e8617, 55758dc, 10da50d
Parents:
3624a2c
git-author:
David Benjamin <davidben@mit.edu> (04/03/13 13:44:43)
git-committer:
David Benjamin <davidben@mit.edu> (04/04/13 02:36:26)
Message:
Remove pointless ZFreeNotice

It's only meant to be called on a ZNotice_t that was filled in by a libzephyr
call documented to require a ZFreeNotice. This one was filled in manually. (It
happens to not do anything because it calls free on a NULL pointer).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    rbbe7d4a r89f01bd  
    742742  /* free then check the return */
    743743  g_free(notice.z_message);
    744   ZFreeNotice(&notice);
    745744  g_free(zsender);
    746745  if (ret != ZERR_NONE) {
Note: See TracChangeset for help on using the changeset viewer.