A. Using malloc() without free()
B. Using calloc() without realloc()
C. Using pointers incorrectly
D. None of the above