Fix memory leaks and format string issues in CDCC
cdcc_numpacks is unsigned, so %u should be used instead of %d. Fix some memory leaks in /CDCC PLIST and /CDCC NOTICE where malloc_sprintf() was called and the string never freed.
This commit is contained in: