projects
/
platform
/
core
/
system
/
resourced-headless.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6499f19
)
Fix coverity bugs
74/224874/1
accepted/tizen/unified/20200214.120101
submit/tizen/20200213.180742
author
Agnieszka Baumann
<a.baumann@samsung.com>
Thu, 13 Feb 2020 14:55:39 +0000
(15:55 +0100)
committer
Agnieszka Baumann
<a.baumann@samsung.com>
Thu, 13 Feb 2020 15:02:31 +0000
(16:02 +0100)
Change-Id: I0bc275fe4d314eda7cdf88d39559dde56e8cc154
src/memory/memory-killer.c
patch
|
blob
|
history
diff --git
a/src/memory/memory-killer.c
b/src/memory/memory-killer.c
index 3e954c297c8157a8e886eaf4ac77beac4867750e..4d5e97a39c345fe2f1c26f3826cf021279dacd5d 100644
(file)
--- a/
src/memory/memory-killer.c
+++ b/
src/memory/memory-killer.c
@@
-439,7
+439,7
@@
static void memory_killer_set_max_victim(void)
clean:
if (mv_list)
- free(mv_list);
+
g_
free(mv_list);
}
/**
@@
-494,7
+494,7
@@
static void memory_killer_set_threshold(struct memory_killer_threshold *mkt)
clean:
if (threshold_list)
- free(threshold_list);
+
g_
free(threshold_list);
}
/**