[assistant-stock-transaction] g_free a char*

This commit is contained in:
Christopher Lam 2023-09-16 21:22:16 +08:00
parent d38bfe0e9d
commit 09474bb251

View File

@ -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);
}
}