Ignore:
Timestamp:
Feb 17, 2010, 10:39:53 PM (14 years ago)
Author:
grum
Message:

Optimize some memory leak and some bugged lines of code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/JpegMetaData/Common/Tag.class.php

    r4698 r4904  
    118118    }
    119119
     120    function __destruct()
     121    {
     122      unset($this->tagId);
     123      unset($this->tagName);
     124      unset($this->tagNote);
     125      unset($this->tagValue);
     126      unset($this->valueLabel);
     127      unset($this->tagIsKnown);
     128      unset($this->tagIsImplemented);
     129      unset($this->tagIsTranslatable);
     130    }
     131
    120132    /**
    121133     * returns the Tag Id
Note: See TracChangeset for help on using the changeset viewer.