Commit a77e32736c63bbb26714f9565d9ce74cf48f169d

Nick Wellnhofer 2022-12-08T19:45:40

xmlmemory.c: Remove xmlMemContentShow This debug function was always unsafe and hard-coded pointer sizes to 32 bits. Instead of attempting a fix, remove it completely. These days, tools like ASan are much better to debug memory issues. Fixes #214.