Minor style cleanup

This commit is contained in:
Michael Hansen 2014-01-20 22:21:56 -08:00
commit 36cf09ca82
6 changed files with 6 additions and 13 deletions

View file

@ -46,8 +46,7 @@ static void ascii_to_utf8(char** data)
/* PycString */
void PycString::load(PycData* stream, PycModule* mod)
{
if (m_value)
delete[] m_value;
delete[] m_value;
if (type() == TYPE_STRINGREF) {
PycRef<PycString> str = mod->getIntern(stream->get32());