Skip to content

Commit

Permalink
WebUI: free resources of session after destructed
Browse files Browse the repository at this point in the history
  • Loading branch information
dyseg committed Oct 16, 2024
1 parent 8e941a0 commit a371c01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/webapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,7 @@ void WebSession::registerAPIController(const QString &scope, APIController *cont
{
Q_ASSERT(controller);
m_apiControllers[scope] = controller;
controller->setParent(this);
}

APIController *WebSession::getAPIController(const QString &scope) const
Expand Down

0 comments on commit a371c01

Please sign in to comment.