Fix Prevent issue
authorZbigniew Kostrzewa <z.kostrzewa@samsung.com>
Thu, 3 Oct 2013 05:20:42 +0000 (07:20 +0200)
committerHoseon LEE <hoseon46.lee@samsung.com>
Mon, 14 Oct 2013 11:19:59 +0000 (20:19 +0900)
commitbb0cc5ac97db8499c5f40d706b8dc05c530c57b0
treee8a52461078e845d635c1158fa51bd8c94c21bd4
parent008298d1d117a8689fa3c81871f8dc8978ffe436
Fix Prevent issue

[Issue#]   CID: 33265
[Problem]  Resource leak.
[Cause]    Allocated memory is not released.
[Solution] Fix the code so that allocated memory is assigned to pointer
           from outer scope which is passed to the EVAS_CALLBACK_DEL callback
           (in which the memory is released).

[Verification]
    1. Build repository
    2. Run a test that will display pop-up from security origin.

Change-Id: Ic03284cb9b696e4d5aa8329d081700d2bd086381
src/view/common/view_logic_certificate_support.cpp
src/view/common/view_logic_security_origin_support.cpp