mirror of
https://github.com/friendica/friendica
synced 2025-04-25 09:10:11 +00:00
Database connections should be closed
This commit is contained in:
parent
eb7cbb9ada
commit
33b61ab262
3 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,7 @@ class Config {
|
|||
self::$in_db[$family][$k] = true;
|
||||
}
|
||||
}
|
||||
dba::close($r);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue