Fix two compiler warnings: memory leak & unused parameter.

This CL fixes the following two compiler warnings:

vehicle-network-audio-helper-for-c.cpp:45:12: warning: Potential
leak of memory pointed to by 'helper'

VehicleNetworkAudioHelper.cpp:245:75: warning: unused parameter
'value'.

Bug: None
Test: Recompiled with fixes and warnings were gone.

Change-Id: I184b561f8198656062d4d26d3046df79093ee44a
2 files changed