projects
/
platform
/
core
/
api
/
player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecc249a
)
[0.3.78] init handle in case of err
01/159201/1
author
Eunhae Choi
<eunhae1.choi@samsung.com>
Tue, 7 Nov 2017 10:59:53 +0000
(19:59 +0900)
committer
eunhae choi
<eunhae1.choi@samsung.com>
Tue, 7 Nov 2017 11:03:28 +0000
(11:03 +0000)
Change-Id: I83033d216c1fc0e17f38ddcfefe0b055e758c5c7
(cherry picked from commit
efaeef928656f26e431de0f567d906af0ad32466
)
src/player.c
patch
|
blob
|
history
diff --git
a/src/player.c
b/src/player.c
index 09926e3be856070925237bcbd60252cd07f0e397..d8089ad654cf44678e7569a2635d7e79cbfc1619 100644
(file)
--- a/
src/player.c
+++ b/
src/player.c
@@
-1813,6
+1813,7
@@
int player_create(player_h * player)
}
g_free(pc);
pc = NULL;
+ *player = NULL;
return ret;
}