[AudioSystem][IVI] Fix crash while destroying audiosystem extension object.
authorAmarnath Valluri <amarnath.valluri@linux.intel.com>
Mon, 23 Jun 2014 02:03:29 +0000 (05:03 +0300)
committerAmarnath Valluri <amarnath.valluri@linux.intel.com>
Mon, 23 Jun 2014 12:04:15 +0000 (15:04 +0300)
commita76fba3ca3753d7c1ce1e8119a024725c38b94f6
tree6f191f47556efe88a7b8638d4736fa02d7141f5f
parent2c2075e3b61ed8de057908adfdc77e02a5778ff8
[AudioSystem][IVI] Fix crash while destroying audiosystem extension object.

Missing NULL check added to pulseaudio context object in AudioSystemInstance
destructor. This allows clean shutdown of audiosystem extension process.

BUG=XWALK-1964
audiosystem/audiosystem_context.cc