mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Getting the values from a QMultiMap() returns a list, but not the same on consecutive calls. Thus calling it twice to get the iterators will yield different lists, causing the iterator to fail. Fixes a segfault when destructing the logger. Change-Id: Ie8ea8d3a9acf6fbd3969fbb49cbc50a1c1fa2854 |
||
|---|---|---|
| .. | ||
| AbstractAppender.cpp | ||
| AbstractStringAppender.cpp | ||
| ConsoleAppender.cpp | ||
| FileAppender.cpp | ||
| Logger.cpp | ||
| OutputDebugAppender.cpp | ||