[source] rpcd: fix packagelist memory leak

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 12 17:00:12 PST 2017


dangole pushed a commit to source.git, branch master:
https://git.lede-project.org/654016bb0a33c0b173225d2ad7b09b4ffebee757

commit 654016bb0a33c0b173225d2ad7b09b4ffebee757
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Nov 13 01:58:18 2017 +0100

    rpcd: fix packagelist memory leak
    
    a0231be8fbc61 sys: fix memory leak in packagelist
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/system/rpcd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index 3dc3840..ce62e83 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -13,9 +13,9 @@ PKG_RELEASE:=1
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/rpcd.git
 PKG_SOURCE_DATE:=2017-11-12
-PKG_SOURCE_VERSION:=4e483312b0216905cad11131270aaec76d7f5be4
+PKG_SOURCE_VERSION:=a0231be8fbc61bb97e725eb206fc9b1ce9f69c05
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
-PKG_MIRROR_HASH:=ffe2918352f08086dcd0362f17500ecc69df0e993dd3d620caaab70666f629cc
+PKG_MIRROR_HASH:=5f66a6ad2eced71cccd43fc011077806e3bbc6dadd0403175947a02c25fe6344
 
 PKG_LICENSE:=ISC
 PKG_LICENSE_FILES:=



More information about the lede-commits mailing list