MDL-54205 tool_recyclebin: Adding missing destroy() calls.
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 12 May 2016 20:55:34 +0000 (22:55 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 12 May 2016 23:54:37 +0000 (01:54 +0200)
commitda322ad078c1b9ea8302bd0f72ecbd1d0c4f7962
tree277a8d5de994030f9033d6a6d8e2aefb9388a74f
parent53f95c99cbf141633c8374f846d993cf200b4da8
MDL-54205 tool_recyclebin: Adding missing destroy() calls.

This was causing controller references not cleaned till gc
and loggers to remain open, leading to problems under windows.
admin/tool/recyclebin/classes/category_bin.php
admin/tool/recyclebin/classes/course_bin.php