express: Delete the Eina_Tmpstr when we are finished with it

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-03-12 11:17:07 -04:00
parent b7be2f7606
commit d85fac0e1d
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ media_add(Evas_Object *obj, Gravatar *g)
}
}
eina_tmpstr_del(buff);
return obj;
}