Back out some ineffective NULL setting

This commit is contained in:
whydoubt
2004-04-25 05:31:23 +00:00
parent 4ef8af1826
commit 1a1127e930
4 changed files with 7 additions and 11 deletions

View File

@@ -59,7 +59,6 @@ mdb_free_props(MdbProperties *props)
if (props->name) g_free(props->name);
g_free(props);
props = NULL;
}
MdbProperties *
mdb_alloc_props()