Skip to content
Snippets Groups Projects
Commit cf8dddd5 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller
Browse files

goom: don't allocate 260kB struct on the stack

PluginInfo is quite a sizeable struct, let's not allocate it on the
stack, especially not if we're copying it over into another dynamically
allocated copy anyway.

Fixes #570761.
parent b47b3935
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment