1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-26 17:54:39 +02:00

[ticket/13713] Free SQL results

PHPBB3-13713
This commit is contained in:
lavigor
2018-06-06 20:02:04 +03:00
committed by Marc Alexander
parent 2fe0a2ffd9
commit 9eef103e75
3 changed files with 10 additions and 0 deletions

View File

@@ -76,6 +76,8 @@ abstract class user implements source_interface
];
}
$this->db->sql_freeresult($result);
return $names;
}
}