AudioDestination of DefaultDestinationNode need to be released for kill process that...
authorkeonho07.kim <keonho07.kim@samsung.com>
Fri, 7 Jun 2013 13:00:58 +0000 (22:00 +0900)
committerkeonho07.kim <keonho07.kim@samsung.com>
Fri, 7 Jun 2013 13:01:05 +0000 (22:01 +0900)
commit4f174d953250aa7ccdeaa25b27c662b8b8560daf
treef5bb54791d4c292aa01fd7e045e4481006238f2c
parent8733f0cc15207ec698b3a8602eadcd40211a2857
AudioDestination of DefaultDestinationNode need to be released for kill process that cause a crash in finishBuildingPipelineAfterWavParserPadReady.

[Title] AudioDestination of DefaultDestinationNode need to be released for kill process that cause a crash in finishBuildingPipelineAfterWavParserPadReady.
[Problem] N_SE-40772, N_SE-40465, N_SE-40459, N_SE-40456
[Cause] N/A
[Solution] Add m_destination.clear() in destructor.

Change-Id: I1e8fcf1b96ad260b545a8b4f391d954866a18b34
Source/WebCore/Modules/webaudio/DefaultAudioDestinationNode.cpp