[packagekit] packagekit: Branch 'master' - 9 commits
Richard Hughes
hughsient at gmail.com
Tue Nov 27 09:40:38 PST 2007
On Mon, 2007-11-26 at 15:17 -0800, Richard Hughes wrote:
> alpm_list_free (needle);
> - if (localresult != NULL)
> - alpm_list_free_inner (localresult, (alpm_list_fn_free)alpm_pkg_free);
> + if (localresult != NULL);
> + //alpm_list_free_inner (localresult, (alpm_list_fn_free)alpm_pkg_free);
> return result;
Are you sure you mean:
if (localresult != NULL);
Because that does nothing :-)
Richard.
More information about the PackageKit
mailing list