Fix small memory leak.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8785 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/cashutil
David Hampton 23 years ago
parent 397fe76818
commit 54414b2176

@ -219,6 +219,7 @@ gnc_module_system_refresh(void)
g_free(fullpath);
}
}
closedir(d);
}
}
/* free the search dir strings */

Loading…
Cancel
Save