Skip to content

Commit

Permalink
updated NOTES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 5, 2024
1 parent 7548ac4 commit af45e14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3490,6 +3490,8 @@ MSVC CRT linkage bug:

debug_heap.cpp __acrt_first_block == header or /MDd vs /MTd

See https://stackoverflow.com/questions/35310117/debug-assertion-failed-expression-acrt-first-block-header

The problem is caused by allocating some resource eg. in one dll/exe and deallocating in another
dll/exe, because there are more heap managers with /MTd static linkage, every exe/dll has
its own heap manager and it doesn't know how to free resources if the resource was allocated
Expand Down

0 comments on commit af45e14

Please sign in to comment.