If the object is created using malloc()

do i need to call the destructor for the object explicitly and then deallocate memory using free()?