Daniel-Constantin Mierla writes:
What version are you using? Being fm_free, means it is without mem debug on, so it should be same behavior as before. This memory manager does not keep track of locations for malloc/free, you have to recompile with MEMDBG=1 and then you should see the location details.
i see those warnings at least with latest master. i'll compile with MEMDBG=1 to find out more.
-- juha