diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-27 01:38:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-27 01:38:15 +0000 |
commit | 1de0566a8b0e93bded2a5c2f666c064c4711a615 (patch) | |
tree | 4f4eb8188f18046b587b26e7d746f757ec9de712 /package/unvram/Makefile | |
parent | 0f3ccb8868dc2b815c92bfa8b33d7211374268fb (diff) | |
download | upstream-1de0566a8b0e93bded2a5c2f666c064c4711a615.tar.gz upstream-1de0566a8b0e93bded2a5c2f666c064c4711a615.tar.bz2 upstream-1de0566a8b0e93bded2a5c2f666c064c4711a615.zip |
unvram: get rid of some memory leaks
SVN-Revision: 15430
Diffstat (limited to 'package/unvram/Makefile')
-rw-r--r-- | package/unvram/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/unvram/Makefile b/package/unvram/Makefile index 2fab89a634..c62873e6fb 100644 --- a/package/unvram/Makefile +++ b/package/unvram/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unvram -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |