Fixed Nabi Issues N_SE-56966,56735
[apps/osp/Internet.git] / src / IntFaviconManager.cpp
index 6a016a6..b4104dc 100644 (file)
@@ -2,7 +2,7 @@
 
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
-// Licensed under the Flora License, Version 1.0 (the License);
+// Licensed under the Flora License, Version 1.1 (the License);
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
 //
@@ -81,13 +81,13 @@ FaviconManager::CreateInstance(void)
                return;
        }
        std::atexit(DestroyInstance);
-
 }
 
 void FaviconManager::DestroyInstance(void)
 {
        if (__pFaviconManagerInstance)
        {
+               __pFaviconManagerInstance->UnInitialize();
                delete __pFaviconManagerInstance;
                __pFaviconManagerInstance = null;
        }