* lib/tcbfuncs.c: Do not free path before its last use.

This commit is contained in:
nekral-guest
2010-03-18 00:02:17 +00:00
parent aa35a8e46e
commit 8402479e16
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
* lib/tcbfuncs.c: Avoid implicit conversion of pointers or
integers to booleans.
* lib/tcbfuncs.c: Avoid assignments in comparisons.
* lib/tcbfuncs.c: Do not free path before its last use.
2010-03-17 Nicolas François <nicolas.francois@centraliens.net>