mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 23:54:50 +00:00
don't double free pkt
This commit is contained in:
parent
73291aff6e
commit
7616b8d3ce
@ -261,7 +261,7 @@ static int wait_while_ack(gitno_buffer *buf)
|
||||
(pkt->status != GIT_ACK_CONTINUE ||
|
||||
pkt->status != GIT_ACK_COMMON)) {
|
||||
git__free(pkt);
|
||||
break;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user