Fix memory leak in PodcastInfoWidget. (#6202)
This commit is contained in:
parent
a97401cac4
commit
d8bab5a49f
@ -47,7 +47,7 @@ PodcastInfoWidget::PodcastInfoWidget(QWidget* parent)
|
||||
}
|
||||
}
|
||||
|
||||
PodcastInfoWidget::~PodcastInfoWidget() {}
|
||||
PodcastInfoWidget::~PodcastInfoWidget() { delete ui_; }
|
||||
|
||||
void PodcastInfoWidget::SetApplication(Application* app) {
|
||||
app_ = app;
|
||||
|
Loading…
x
Reference in New Issue
Block a user