Skip to content

Commit

Permalink
Do not close resource (#9)
Browse files Browse the repository at this point in the history
related to a memory-issue in the zip Adapter
  • Loading branch information
wachterjohannes authored Jan 8, 2021
1 parent 432425b commit 6634def
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MysqlPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public function backup(Filesystem $source, Filesystem $destination, Database $da

$handler = fopen($tempFile, 'r');
$destination->putStream('dump.sql', $handler);
fclose($handler);
}

/**
Expand Down

0 comments on commit 6634def

Please sign in to comment.