diff --git a/plugin/syndi/func/site.func.php b/plugin/syndi/func/site.func.php index 453d1cfcd..0869becef 100644 --- a/plugin/syndi/func/site.func.php +++ b/plugin/syndi/func/site.func.php @@ -110,7 +110,6 @@ function _Syndi_getNextChannelId($channel_id=null) $sql .= " order by b.gr_id,b.bo_table limit 1"; $row = sql_fetch($sql); - sql_free_result($result); return $row['bo_table']; }