Don't strdup the chld string for HFP

The chld string is of type const char * and is referring to a fixed
string in the telephony driver. I.e. there's no need to strdup it.
1 file changed