ui: reuse resource when it is reusable
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 25 Oct 2016 02:27:12 +0000 (11:27 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 2 Nov 2016 05:42:29 +0000 (14:42 +0900)
commit0a6e2d1eacbaef2421a559e5b98d09d5cbea1d42
tree75225b3a9423d33237e1b5671731d6489c5fe253
parent928cb68b0b257eeb34a6555ffe1882fddf975c59
ui: reuse resource when it is reusable

Some resources are unique and reusable. So we do not "free" and
"new" them repeatedly.

Change-Id: I2c1c0c15b9162a9f0eed49ed209e7073a102d821
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/ui/displaybase.cpp
tizen/src/ui/mainwindow.cpp
tizen/src/ui/mainwindow.h
tizen/src/ui/menu/contextmenu.cpp
tizen/src/ui/menu/contextmenu.h
tizen/src/ui/menu/sdbhelper.cpp
tizen/src/ui/menu/sdbhelperthread.cpp
tizen/src/ui/menu/sdbhelperthread.h
tizen/src/ui/movingwidget.cpp