1
0
Fork 0
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:
ed 2018-10-25 15:14:31 +01:00
parent 5c4329e0fc
commit 1702fa04aa

View file

@ -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