Skip to content

Commit 86769df

Browse files
committed
container: do not release returned error
Closes: containers#1980 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
1 parent ca0756f commit 86769df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcrun/container.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,6 @@ container_init (void *args, char *notify_socket, int sync_socket, libcrun_error_
15801580
if (sync_socket_write_error (sync_socket, err) < 0)
15811581
return ret;
15821582

1583-
crun_error_release (err);
15841583
return ret;
15851584
}
15861585

0 commit comments

Comments
 (0)