projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65e92d6
)
service: fix minor memory leak
author
Lennart Poettering
<lennart@poettering.net>
Sat, 10 Jul 2010 22:52:28 +0000
(
00:52
+0200)
committer
Lennart Poettering
<lennart@poettering.net>
Sat, 10 Jul 2010 22:52:28 +0000
(
00:52
+0200)
src/service.c
patch
|
blob
|
history
diff --git
a/src/service.c
b/src/service.c
index
b837cb8
..
481c044
100644
(file)
--- a/
src/service.c
+++ b/
src/service.c
@@
-631,6
+631,7
@@
static int service_load_sysv_path(Service *s, const char *path) {
goto finish;
}
+ free(u->meta.description);
u->meta.description = d;
} else if (startswith_no_case(t, "X-Interactive:")) {