]> source.dussan.org Git - nextcloud-server.git/commit
Always free the DB result in QBMapper::findEntities 32344/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 12 May 2022 07:51:37 +0000 (09:51 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 12 May 2022 07:51:37 +0000 (09:51 +0200)
commit1cd05a06fafcca6d115ec4e4b210704439c1ab14
treec808869d25ccd902f21167e19f55909cbb5c2e3d
parente11c5f21cfacb4a196e692bf01f80d487dd7a209
Always free the DB result in QBMapper::findEntities

Without this patch it only happened if the code ran through without any
errors. Now the result is also freed in the case of an error.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/public/AppFramework/Db/QBMapper.php