diff --git a/gnucash/import-export/test/gtest-import-backend.cpp b/gnucash/import-export/test/gtest-import-backend.cpp index 8fc035ba64..3cdfbdd9f6 100644 --- a/gnucash/import-export/test/gtest-import-backend.cpp +++ b/gnucash/import-export/test/gtest-import-backend.cpp @@ -156,6 +156,7 @@ protected: m_import_acc->free(); m_dest_acc->free(); m_trans->free(); + g_list_free (m_splitList); m_split->free(); }