Fix timer issus regarding waiting several seconds since onload called
authorYunchan Cho <yunchan.cho@samsung.com>
Wed, 17 Apr 2013 02:10:11 +0000 (11:10 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Wed, 17 Apr 2013 11:53:51 +0000 (20:53 +0900)
commita0f3d281994e63f9a5a87d60014a50c098d318d4
tree3b62212f6d5a847431280ce348065f38160b04f1
parent362946677b06c43fb6363324cdf61e4b21fe995f
Fix timer issus regarding waiting several seconds since onload called

[Issue#] N/A
[Problem] After livebox instance is removed, web-provider is crashed after several seconds
[Cause] When web-provider clean up resources of removed livebox instance, web-provider didn't remove running timer for the instance
[Solution] web-provider deletes timer regarding rendering when livebox is removed

Change-Id: Ia08b82bdc39a4750e91d4dac763c42c8b6b2307a
src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp