Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CustomAssetLibrary: Add virtual destructor #12323

Merged
merged 2 commits into from Nov 26, 2023
Merged

Conversation

lioncash
Copy link
Member

This is used as a base pointer inside CustomPipelineAction to handle any derived type, so this should probably really have a virtual destructor to ensure those derived objects are torn down properly.

This is used as a base pointer inside CustomPipelineAction, so this
should probably really have a virtual destructor to ensure derived
objects are torn down properly.
The type is already in visible scope, so we don't need the rather length
qualifier.
@Tilka Tilka merged commit c16e98a into dolphin-emu:master Nov 26, 2023
11 checks passed
@lioncash lioncash deleted the virt branch November 26, 2023 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants