Skip to content

Commit

Permalink
Merge pull request #50 from mgehre/doabc_fix
Browse files Browse the repository at this point in the history
Fix a memory leak and segfault on exit
  • Loading branch information
alexp-sssup committed May 17, 2011
2 parents 2b34b21 + 7a2de67 commit 92a8735
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parsing/tags.cpp
Expand Up @@ -334,8 +334,6 @@ DefineSpriteTag::DefineSpriteTag(RECORDHEADER h, std::istream& in):DictionaryTag
do
{
tag=factory.readTag();
if(tag->getType() != CONTROL_TAG)
sys->registerTag(tag);
/* We need no locking here, because the vm can only
* access this object after construction
*/
Expand Down

0 comments on commit 92a8735

Please sign in to comment.