Fix coredump in icwmpd
Remove FREE()
of static value.
icwmpd is core dumping in cwmp_rpc_acs_destroy_data_transfer_complete()
when
freeing p->old_software_version
. This points to an array field in
struct transfer_complete->deviceid
, not dynamically allocated memory.
Edited by Niall McGee