You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If drmodtrack_offline_read() hits a parsing error, it frees only its own data and never calls the
user free routine for any file lines it has already successfully parsed.
The text was updated successfully, but these errors were encountered:
Adds freeing of drmodtrack custom user allocations on parsing errors.
Previously, we would leak the memory.
Adds a test to drmodtrack-test. Confirmed that without this fix the
test fails.
Fixes#3314
Adds freeing of drmodtrack custom user allocations on parsing errors.
Previously, we would leak the memory.
Adds a test to drmodtrack-test. Confirmed that without this fix the
test fails.
Fixes#3314
Adds freeing of drmodtrack custom user allocations on parsing errors.
Previously, we would leak the memory.
Adds a test to drmodtrack-test. Confirmed that without this fix the
test fails.
Fixes#3314
If drmodtrack_offline_read() hits a parsing error, it frees only its own data and never calls the
user free routine for any file lines it has already successfully parsed.
The text was updated successfully, but these errors were encountered: