Browse Source
- DecodeDumpTime was passing a statically allocated facet object to
std::locale. However, "The constructed locale object takes over
responsibility for deleting this facet object." causing a free()
crash on scope exit. Fixes #3670.
- EncodeDumpTime was using the wrong format character for dates
(appears accidentally introduced in 51ed9ec9
)
0.10
Wladimir J. van der Laan
11 years ago
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue