Skip to content

Add virtual destructor to rmqt::VHostInfo - #88

Merged
flamble merged 1 commit into
bloomberg:mainfrom
flamble:vhostinfo-virt-destructor
Jul 29, 2026
Merged

Add virtual destructor to rmqt::VHostInfo#88
flamble merged 1 commit into
bloomberg:mainfrom
flamble:vhostinfo-virt-destructor

Conversation

@flamble

@flamble flamble commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Problem statement

rmqt::VHostInfo declares virtual member functions, but didn't have a virtual destructor.

Proposed changes

Declare the destructor virtual to ensure correct destruction.

`rmqt::VHostInfo` declares virtual member functions, but didn't have
a virtual destructor.

Declare the destructor virtual to ensure correct destruction.
@flamble
flamble force-pushed the vhostinfo-virt-destructor branch from 4bd0fd7 to 1a464b6 Compare July 29, 2026 13:24
@flamble
flamble marked this pull request as ready for review July 29, 2026 13:43
@flamble
flamble enabled auto-merge (squash) July 29, 2026 13:57
@flamble
flamble merged commit 9bf4f6d into bloomberg:main Jul 29, 2026
4 checks passed
@flamble
flamble deleted the vhostinfo-virt-destructor branch July 30, 2026 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants