ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/list.c
(Generate patch)

Comparing hopm/branches/1.0.x/src/list.c (file contents):
Revision 5426 by michael, Sun Jan 11 13:24:06 2015 UTC vs.
Revision 5427 by michael, Wed Jan 28 13:51:01 2015 UTC

# Line 103 | Line 103 | node_t *list_remove(list_t *list, node_t
103  
104   void list_free(list_t *list)
105   {
106 <   MyFree(list);
106 >   xfree(list);
107   }
108  
109   void node_free(node_t *node)
110   {
111 <   MyFree(node);
111 >   xfree(node);
112   }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)