checkpoint
This commit is contained in:
@@ -27,7 +27,8 @@ namespace Foodsoft.Alpm
|
||||
if (!release) throw new ObjectDisposedException(handle.GetType().FullName);
|
||||
|
||||
refs[pkgPtr] = pkg;
|
||||
listPtr = alpm.alpm_list_add(listPtr, handle.DangerousGetHandle());
|
||||
if (alpm.alpm_list_append(ref listPtr, handle.DangerousGetHandle()) == IntPtr.Zero)
|
||||
throw new AlpmException(Error.Memory);
|
||||
}
|
||||
|
||||
var foundPtr = alpm.alpm_find_satisfier(listPtr, depString);
|
||||
|
||||
Reference in New Issue
Block a user