mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Forgot to initialize the debug data.
This commit is contained in:
parent
ef36a0d382
commit
3a491c1a86
@ -1192,6 +1192,7 @@ void debug_c::enter(const char *label) {
|
||||
|
||||
if (entry == NULL) {
|
||||
entry = (debug_data_t *)safemalloc(sizeof(debug_data_t));
|
||||
memset(entry, 0, sizeof(debug_data_t));
|
||||
entry->label = label;
|
||||
entries.push_back(entry);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user