add missing shutdown

SVN revision: 67818
This commit is contained in:
Gustavo Sverzut Barbieri 2012-02-10 10:34:19 +00:00
parent 1acb7b4f9e
commit 6d60ece7db
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ int main(void)
free(s);
eina_model_unref(m);
eina_shutdown();
return 0;
}