CodexBloom - AI-Powered Q&A Platform

Memory leak when using custom string manipulation functions in C

👀 Views: 1 💬 Answers: 1 📅 Created: 2025-06-01
memory-management c valgrind

I'm encountering a memory leak issue in my C program that involves custom string manipulation functions. I've created a `my_strdup` function to duplicate string...