Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
- Fix heap leak
  • Loading branch information
FlamesONE committed Jul 24, 2024
1 parent 9a8bcac commit 8ed9ec5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stats",
"version": "1.2.2",
"version": "1.2.3",
"description": "stats.module_description",
"authors": ["Flames"],
"providers": ["Flute\\Modules\\Stats\\src\\ServiceProviders\\StatsServiceProvider"],
Expand Down
2 changes: 0 additions & 2 deletions src/Services/StatsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ private function populateServerModes(): void
$additional = [];
}

unset($mode->server->dbconnections);

$this->serverModes[$mode->server->id] = [
'server' => $mode->server,
'db' => $mode->dbname,
Expand Down

0 comments on commit 8ed9ec5

Please sign in to comment.