From: Thomas Tanghus Date: Mon, 25 Jun 2012 17:42:38 +0000 (+0200) Subject: Maybe fix out of memory..? X-Git-Tag: v4.0.4~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b1f3364eee449a25e55833bea6d716125e0cb8dd;p=nextcloud-server.git Maybe fix out of memory..? --- diff --git a/lib/vcategories.php b/lib/vcategories.php index ee357c350df..ee7a1d2883a 100644 --- a/lib/vcategories.php +++ b/lib/vcategories.php @@ -135,8 +135,9 @@ class OC_VCategories { $vobject = OC_VObject::parse($object); if(!is_null($vobject)) { $this->loadFromVObject($vobject, $sync); + unset($vobject); } else { - OC_Log::write('core','OC_VCategories::rescan, unable to parse. ID: '.', '.substr($object, 0, 100).'(...)', OC_Log::DEBUG); + OC_Log::write('core','OC_VCategories::rescan, unable to parse. ID: '.', '.substr($object, 0, 100).'(...)', OC_Log::DEBUG); } } $this->save();