make compile
This commit is contained in:
@@ -103,7 +103,7 @@ rk_strpoolcollect(struct rk_strpool *p)
|
|||||||
char *str;
|
char *str;
|
||||||
if (p == NULL)
|
if (p == NULL)
|
||||||
return strdup("");
|
return strdup("");
|
||||||
str = = p->str;
|
str = p->str;
|
||||||
p->str = NULL;
|
p->str = NULL;
|
||||||
free(p);
|
free(p);
|
||||||
return str;
|
return str;
|
||||||
|
Reference in New Issue
Block a user