remove unnecessary elm_shutdown api
authorByungsoo Kim <bs1770.kim@samsung.com>
Tue, 19 Mar 2013 12:18:16 +0000 (21:18 +0900)
committerByungsoo Kim <bs1770.kim@samsung.com>
Tue, 19 Mar 2013 12:21:16 +0000 (21:21 +0900)
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 <bs1770.kim@samsung.com>
packaging/boot-animation.spec
src/boot-animation.c

index 31c9003..b418e0e 100755 (executable)
@@ -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
index 37df01e..f00b458 100755 (executable)
@@ -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;
 }