projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe312a7
)
[Title] mem free before return statement in function.
author
Son Hyunjun
<hj79.son@samsung.com>
Fri, 13 Apr 2012 11:11:21 +0000
(20:11 +0900)
committer
Son Hyunjun
<hj79.son@samsung.com>
Fri, 13 Apr 2012 11:11:21 +0000
(20:11 +0900)
[Type] Bugfix
[Module] Logger
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
Change-Id: If3abf2d45d80ea06d3460cb22b0f71e4dc57784c
tizen/src/emulator.c
patch
|
blob
|
history
diff --git
a/tizen/src/emulator.c
b/tizen/src/emulator.c
index 0243dd9115f878caa2c15f18182d0fd12df41a74..cadfdac020a96de098b814cbaf413722446c1c15 100644
(file)
--- a/
tizen/src/emulator.c
+++ b/
tizen/src/emulator.c
@@
-154,6
+154,7
@@
static void get_bin_dir( char* exec_argv ) {
p = strrchr( data, '/' );
#endif
if ( !p ) {
+ free( data );
return;
}