and macro whoops

SVN revision: 50319
This commit is contained in:
Mike Blumenkrantz 2010-07-18 06:48:08 +00:00
parent 8e56225323
commit 9dcd70a33d
1 changed files with 1 additions and 3 deletions

View File

@ -855,9 +855,7 @@ eina_strbuf_string_steal(Eina_Strbuf *buf)
EAPI void
eina_strbuf_string_free(Eina_Strbuf *buf)
{
char *ret;
EINA_MAGIC_CHECK_STRBUF(buf, NULL);
EINA_MAGIC_CHECK_STRBUF(buf);
free(buf->buf);
_eina_strbuf_init(buf);