From: Byungsoo Kim Date: Tue, 19 Mar 2013 12:18:16 +0000 (+0900) Subject: remove unnecessary elm_shutdown api X-Git-Tag: submit/tizen_2.1/20130424.223054~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef8d33aad155dc808528f71a2999edc3a7a7836d;p=apps%2Fnative%2Fboot-animation.git remove unnecessary elm_shutdown api If an application process is terminated and don't receive any window event after calling elm_exit(), it's not necessary to call elm_shutdown api. Change-Id: Id7ba2a176f2de4d51db4a1581dc168fc3029ad93 Signed-off-by: Byungsoo Kim --- diff --git a/packaging/boot-animation.spec b/packaging/boot-animation.spec index 31c9003..b418e0e 100755 --- a/packaging/boot-animation.spec +++ b/packaging/boot-animation.spec @@ -6,7 +6,7 @@ Source: %{name}-%{version}.tar.gz Source101: boot-animation.service Source1001: packaging/boot-animation.manifest License: Flora Software License -Group: TO_BE/FILLED_IN +Group: Samsung/Application BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: cmake BuildRequires: edje, edje-bin, embryo, embryo-bin diff --git a/src/boot-animation.c b/src/boot-animation.c index 37df01e..f00b458 100755 --- a/src/boot-animation.c +++ b/src/boot-animation.c @@ -1,5 +1,5 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd + * Copyright 2012 - 2013 Samsung Electronics Co., Ltd * * Licensed under the Flora License, Version 1.0 (the License); * you may not use this file except in compliance with the License. @@ -259,6 +259,5 @@ int main(int argc, char *argv[]) if (args.msg) free(args.msg); - elm_shutdown(); return 0; }