fixed a segfault
This commit is contained in:
parent
a215d1ebe0
commit
f5cbbb2483
1 changed files with 1 additions and 1 deletions
|
@ -452,8 +452,8 @@ int pacman_sync(list_t *targets)
|
||||||
if(yesno(":: Upgrade pacman first? [Y/n] ")) {
|
if(yesno(":: Upgrade pacman first? [Y/n] ")) {
|
||||||
/* ORE
|
/* ORE
|
||||||
we should substitute existing targets with "pacman" */
|
we should substitute existing targets with "pacman" */
|
||||||
alpm_list_free(data);
|
|
||||||
retval = 0;
|
retval = 0;
|
||||||
|
alpm_trans_release();
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue