index
:
audist
decoder_api_change
master
old
Distributed audio storage.
Jon Bergli Heier
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
httpd.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 074bd69..c28ceee 100644
--- a/
httpd.c
+++ b/
httpd.c
@@ -89,6 +89,6 @@ gboolean httpd_start() {
void httpd_stop() {
g_socket_service_stop(ss);
- g_free(ss);
+ g_object_unref(ss);
ss = NULL;
}