/[m4]/m4/m4/m4.c
ViewVC logotype

Diff of /m4/m4/m4.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by gary, Wed Aug 27 17:10:12 2003 UTC revision 1.11 by gary, Tue Oct 7 14:10:12 2003 UTC
# Line 66  m4_delete (m4 *context) Line 66  m4_delete (m4 *context)
66            m4__search_path *stale = path;            m4__search_path *stale = path;
67            path = path->next;            path = path->next;
68    
69            xfree ((void*) stale->dir);            free ((void*) stale->dir);
70            xfree (stale);            free (stale);
71          }          }
72        xfree (context->search_path);        free (context->search_path);
73      }      }
74    
75    xfree (context);    free (context);
76  }  }
77    
78    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26