Fixed memory leak.

git-svn-id: http://yate.null.ro/svn/yate/trunk@3858 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
andrei 2010-11-23 16:04:37 +00:00
parent 144b6472a8
commit dcb4387cd0
1 changed files with 1 additions and 0 deletions

View File

@ -382,6 +382,7 @@ void RegfilePlugin::populate()
eu = static_cast<ExpandedUser*>(ret->get());
eu->append(new String(*nl));
}
TelEngine::destruct(ob);
}
if (s_create)
return;