make compile

This commit is contained in:
Love Hornquist Astrand
2009-07-30 12:56:54 +02:00
parent e184e053dd
commit 7d8d09f3c0

View File

@@ -103,7 +103,7 @@ rk_strpoolcollect(struct rk_strpool *p)
char *str;
if (p == NULL)
return strdup("");
str = = p->str;
str = p->str;
p->str = NULL;
free(p);
return str;