From 65b2ec2a403676b09c4195a4478884be232396f3 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Wed, 9 Nov 2011 16:42:37 +0100 Subject: [PATCH] Version 0.0.8.5 --- Makefile | 2 +- config.mk | 2 +- zathura.c | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7c70987..69e0097 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ gdb: debug dist: clean $(QUIET)mkdir -p ${PROJECT}-${VERSION} - $(QUIET)cp -R LICENSE Makefile config.mk config.def.h README \ + $(QUIET)cp -R LICENSE Makefile config.mk common.mk config.def.h README \ ${PROJECT}.desktop ${PROJECT}rc.5.rst \ ${PROJECT}.1 ${SOURCE} ${PROJECT}-${VERSION} $(QUIET)tar -cf ${PROJECT}-${VERSION}.tar ${PROJECT}-${VERSION} diff --git a/config.mk b/config.mk index 17d51ff..cc2d8e2 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,7 @@ # See LICENSE file for license and copyright information # zathura make config -VERSION = 0.0.8.4 +VERSION = 0.0.8.5 # paths PREFIX ?= /usr diff --git a/zathura.c b/zathura.c index 4d46458..218d7d3 100644 --- a/zathura.c +++ b/zathura.c @@ -4088,6 +4088,8 @@ cc_print(char* input) } } + free(current_line); + pclose(fp); return completion;