ソースを参照

pipelimit: Fix memleak on shutdown

(cherry picked from commit ffdec6d38d0935d8af2633e3d3ded8a985ddfcca)
Alex Hermann 6 年 前
コミット
705cb9dfc4
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/modules/pipelimit/pl_ht.c

+ 1 - 0
src/modules/pipelimit/pl_ht.c

@@ -102,6 +102,7 @@ int pl_init_htable(unsigned int hsize)
 
 void pl_pipe_free(pl_pipe_t *it)
 {
+	shm_free(it);
 	return;
 }