From 11a30e727b3bf2794fd6e0f3107b7f1b3d566bcb Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Mon, 6 Feb 2012 14:28:10 +0100 Subject: - get rid of static variables used by join2 --- ext/repo_content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/repo_content.c') diff --git a/ext/repo_content.c b/ext/repo_content.c index 44acc4d..fe9f055 100644 --- a/ext/repo_content.c +++ b/ext/repo_content.c @@ -28,6 +28,7 @@ #include "chksum.h" #include "repo_content.h" #define DISABLE_SPLIT +#define DISABLE_JOIN2 #include "tools_util.h" /* split off a word, return null terminated pointer to it. @@ -542,7 +543,6 @@ repo_add_content(Repo *repo, FILE *fp, int flags) solv_free(pd.tmp); solv_free(line); solv_free(otherarchs); - join_freemem(); if (!(flags & REPO_NO_INTERNALIZE)) repodata_internalize(data); return 0; -- cgit v1.2.3