mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Projucer: Fixed a dangling pointer crash which could occur in modules items with config flags
This commit is contained in:
parent
5c4329e0fc
commit
1702fa04aa
1 changed files with 2 additions and 2 deletions
|
|
@ -234,13 +234,13 @@ private:
|
|||
Array<ValueWithDefault> exporterModulePathValues;
|
||||
Value globalPathValue;
|
||||
|
||||
OwnedArray <Project::ConfigFlag> configFlags;
|
||||
|
||||
PropertyGroupComponent group;
|
||||
Project& project;
|
||||
SafePointer<TreeView> modulesTree;
|
||||
String moduleID;
|
||||
|
||||
OwnedArray <Project::ConfigFlag> configFlags;
|
||||
|
||||
//==============================================================================
|
||||
class ModuleInfoComponent : public PropertyComponent,
|
||||
private Value::Listener
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue