Set static variable to NULL after free

SVN revision: 55679
This commit is contained in:
Sebastian Dransfeld 2010-12-21 03:03:51 +00:00
parent 4ae9ae7c2a
commit ed4d0cf74f
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ gadman_shutdown(void)
//ecore_evas_free(Man->top_ee);
}
free(Man);
Man = NULL;
}
void