Why am I losing 1 byte of memory?
I’m losing 1 byte of memory when using Valgrind, and I’m not sure why… Here, I’m assigning a string to a malloc. I malloc memory for decode_hex inside of dctinsert and I malloc memory for string in the outside of dctinsert. For some reason, it says I am not freeing string with the following code. Any ideas why??