We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b5d8e commit 031132aCopy full SHA for 031132a
1 file changed
src/nvme/fabrics.c
@@ -639,6 +639,7 @@ nvme_ctrl_t nvmf_connect_disc_entry(nvme_host_t h,
639
}
640
641
if (nvme_ctrl_is_discovered(c)) {
642
+ nvme_free_ctrl(c);
643
errno = EAGAIN;
644
return NULL;
645
0 commit comments