Linux Editor error: "TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations"

I’m on Linux and I don’t understand what I have to do.
These sentences are getting on my nerves and I don’t know how to solve the problem:

TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 37

Internal: Stack allocator ALLOC_TEMP_MAIN has unfreed allocations, size 37

To Debug, run app with -diag-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations.

Allocation of 37 bytes at 0x7fb670280410

i’m just reopen project and this solve my problem (work on Win11)

This issue is becoming a nightmare for me. Error messages are supposed to be informative.
If this is an issue with my project I need to know what part of my project is causing it. This message tells me nothing.
If it’s an internal error I need to know what setting is causing it.
All of the suggestionss I’ve seen say I should start with an empty project and slowly add parts back in until I find the error. I don’t know how much time you think I have spare but slowly rebuilding an almost complete project piece by piece while making sure the dependancies are still intact is going to take weeks.