Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4672c27

Browse files
cleanup: Fix double free for clearing up the vi in shrub_server
1 parent a496b2c commit 4672c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/lib/ciul/shrub_server.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ void ef_shrub_server_close(struct ef_shrub_server* server)
836836
}
837837

838838
free(server->shrub_queues);
839-
server->vi->efct_rxqs.ops->cleanup(server->vi);
839+
//server->vi->efct_rxqs.ops->cleanup(server->vi);
840840
unix_server_fini(server);
841841
free(server);
842842
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /