Plug memleak in macro doFoo()

This commit is contained in:
Panu Matilainen 2008-04-29 17:04:08 +03:00
parent 586268cc94
commit 485d195488
1 changed files with 1 additions and 0 deletions

View File

@ -1008,6 +1008,7 @@ doFoo(MacroBuf mb, int negate, const char * f, size_t fn,
if (b) {
(void) expandT(mb, b, strlen(b));
}
free(buf);
}
/**