mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Add comment.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5103 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -791,6 +791,7 @@ sxsincelast_entry_changed( GtkEditable *e, gpointer ud )
|
||||
&maybeKey, &maybeValue ) ) {
|
||||
g_hash_table_remove( tct->varBindings, maybeKey );
|
||||
g_free( maybeValue );
|
||||
/* Does the maybeKey need to be freed? */
|
||||
}
|
||||
g_hash_table_insert( tct->varBindings, maybeKey, num );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user