Merge pull request #2928 from ethomson/rebase_alloc_check

rebase: check alloc result
This commit is contained in:
Carlos Martín Nieto 2015-03-01 21:00:11 +01:00
commit 18fcb5c813

View File

@ -576,6 +576,7 @@ static int rebase_init_operations(
continue;
operation = rebase_operation_alloc(rebase, GIT_REBASE_OPERATION_PICK, &id, NULL);
GITERR_CHECK_ALLOC(operation);
}
error = 0;