mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Back out some ineffective NULL setting
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user