Added closeCursor in SharedMount numeric id

This commit is contained in:
Vincent Petry 2016-08-30 09:52:54 +02:00 committed by Lukas Reschke
parent c4f303d19c
commit 6d1ccefc90
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ class SharedMount extends MountPoint implements MoveableMount {
$result = $query->execute();
$row = $result->fetch();
$result->closeCursor();
if ($row) {
return $row['storage'];
}