Skip to content
Snippets Groups Projects
Commit aa88db0d authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix dangling pointer in RHD2000 canvas

parent 49d02e1b
Branches
Tags
No related merge requests found
......@@ -150,7 +150,7 @@ public:
void resized();
void buttonClicked(Button* button);
Viewport* channelsViewport;
ScopedPointer<Viewport> channelsViewport;
GenericProcessor* processor;
ScopedPointer<FPGAchannelList> channelList;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment