This commit is contained in:
Cloud Wu
2015-06-02 11:52:55 +08:00
parent 7fb109dbb0
commit cc4756de35

View File

@@ -59,6 +59,7 @@ channel_release(struct channel *c) {
free(p);
p = next;
}
free(c);
return NULL;
}