diff options
author | jk7744.park <jk7744.park@samsung.com> | 2016-03-04 19:50:21 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2016-03-04 19:50:21 +0900 |
commit | 0ffaa75c0575d2c1acc291ede2e04ccdf057b7fa (patch) | |
tree | bf184a9aaa8edddf0b6c5982af35c770be483a19 | |
parent | 4cf925783ebfb307e1910d7cb71e0a97e38a18ef (diff) | |
download | account-common-tizen_2.4.tar.gz account-common-tizen_2.4.tar.bz2 account-common-tizen_2.4.zip |
Tizen 2.4.0 rev3 SDK Public Releasesubmit/tizen_2.4/20160306.235706accepted/tizen/2.4/mobile/20160307.015717tizen_2.4accepted/tizen_2.4_mobile
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | common/src/account_ipc_marshal.c | 9 | ||||
-rw-r--r-- | packaging/account-common.spec | 2 |
3 files changed, 2 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a050c24..e714281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,6 @@ SET(EXEC_PREFIX "\${prefix}") SET(LIBDIR "\${prefix}/lib") SET(INCLUDEDIR "\${prefix}/include ") SET(VERSION_MAJOR 0) -SET(VERSION "${VERSION_MAJOR}.0.6") +SET(VERSION "${VERSION_MAJOR}.0.7") ADD_SUBDIRECTORY(common) diff --git a/common/src/account_ipc_marshal.c b/common/src/account_ipc_marshal.c index 1e7dd0a..828b1b6 100644 --- a/common/src/account_ipc_marshal.c +++ b/common/src/account_ipc_marshal.c @@ -346,15 +346,6 @@ account_s* umarshal_account(GVariant* in_data) return NULL; } - GVariant* temp_var = in_data; - gchar* print_type = NULL; - print_type = g_variant_print(temp_var, TRUE); - if (print_type == NULL) - { - _ERR("Invalid input"); - return NULL; - } - account_s* account = (account_s*)calloc(1, sizeof(account_s)); if (account == NULL) { diff --git a/packaging/account-common.spec b/packaging/account-common.spec index 2c5b1db..d58dfb2 100644 --- a/packaging/account-common.spec +++ b/packaging/account-common.spec @@ -1,7 +1,7 @@ Name: account-common Summary: Account common library -Version: 0.0.6 +Version: 0.0.7 Release: 1 Group: Social & Content/API License: Apache-2.0 |