diff options
author | Michael Schroeder <mls@suse.de> | 2012-02-06 14:28:10 +0100 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2012-02-06 14:28:10 +0100 |
commit | 11a30e727b3bf2794fd6e0f3107b7f1b3d566bcb (patch) | |
tree | 81f5e20ef1845f0ac5829319208295a63af03822 /ext/repo_content.c | |
parent | 325a39ce28b21392e20bcaa8308012c97f8523ee (diff) | |
download | libsolv-11a30e727b3bf2794fd6e0f3107b7f1b3d566bcb.tar.gz libsolv-11a30e727b3bf2794fd6e0f3107b7f1b3d566bcb.tar.bz2 libsolv-11a30e727b3bf2794fd6e0f3107b7f1b3d566bcb.zip |
- get rid of static variables used by join2
Diffstat (limited to 'ext/repo_content.c')
-rw-r--r-- | ext/repo_content.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |