[ticket/542] Add missing calls to sql_freeresult()

B3P-542
This commit is contained in:
Marc Alexander
2015-05-05 23:36:50 +02:00
parent 229033a618
commit 76003767d5
2 changed files with 3 additions and 0 deletions

View File

@@ -187,6 +187,7 @@ class attachments extends module_base
'title' => $row['extension'],
);
}
$this->db->sql_freeresult($result);
$selected = $this->get_selected_filetypes($module_id);