eolian: forgotten free() (leaks memory otherwise)

This commit is contained in:
Daniel Kolesa 2016-12-07 14:06:02 +01:00
parent 5fa81d9fab
commit 246288fff7
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ _validate_docstr(Eina_Stringshare *str, const Eolian_Object *info)
ret = EINA_FALSE;
break;
}
free(par);
}
return ret;