Skip to content

Commit

Permalink
Fixed a problem with IncludeLibList not being cleared when includes are
Browse files Browse the repository at this point in the history
cleaned up.
Fixes issue 109.
  • Loading branch information
zik.saleeba committed Aug 21, 2010
1 parent 7435a13 commit 026b855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ void IncludeCleanup()
HeapFreeMem(ThisInclude);
ThisInclude = NextInclude;
}

IncludeLibList = NULL;
}

/* register a new build-in include file */
Expand Down

0 comments on commit 026b855

Please sign in to comment.