mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[assistant-stock-transaction] g_free a char*
This commit is contained in:
parent
d38bfe0e9d
commit
09474bb251
@ -1306,6 +1306,7 @@ StockAssistantModel::generate_list_of_splits() {
|
||||
m_stock_entry->print_price(), date_str);
|
||||
m_logger.info(price_msg);
|
||||
g_free (date_str);
|
||||
g_free (price_msg);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user