index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2015-01-01 19:00:23 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-01-02 21:48:59 +1000 |
commit | 8da9be0955fc759f43c40dab8985f9d17ac8462a (patch) | |
tree | e8d58c84e3175347677e6f77ba485015436447a2 /lib/libalpm/deps.c | |
parent | 4060c5c77f41f69b26597dcc6d9285cf546000cf (diff) |
-rw-r--r-- | lib/libalpm/deps.c | 2 |
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index d4fbf950..c340f112 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -609,7 +609,7 @@ int _alpm_recursedeps(alpm_db_t *db, alpm_list_t **targs, int include_explicit) alpm_pkg_t *deppkg = j->data; if(_alpm_pkg_depends_on(pkg, deppkg) && can_remove_package(db, deppkg, *targs, include_explicit)) { - alpm_pkg_t *copy; + alpm_pkg_t *copy = NULL; _alpm_log(db->handle, ALPM_LOG_DEBUG, "adding '%s' to the targets\n", deppkg->name); /* add it to the target list */ |