summaryrefslogtreecommitdiff
path: root/test/regress/market-group-by.test
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault when using --market with --group-byMichael Budde2018-01-041-0/+26
`changed_value_posts::create_accounts()` reuses the `<Revalued>` account from `display_filter`, but when clearing `changed_value_posts` `create_accounts()` would be called before the account had been recreated by `display_filter_posts`. This results in a segfault when using the --group-by option. I'm not sure if `display_filter_posts` has the same problem but I reordered the calls there too for good measure.