Clean up malloc calls
Both malloc calls have a cast to the type of the pointer's type. This is not necessary in C and is poor style.
Please register or sign in to comment
Both malloc calls have a cast to the type of the pointer's type. This is not necessary in C and is poor style.
VideoLAN code repository instance