ensure va_end is called when creating new pixmaps

CID 1155292
This commit is contained in:
Mike Blumenkrantz 2014-03-13 12:02:11 -04:00
parent de03331469
commit ddcc678d78
1 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ e_pixmap_new(E_Pixmap_Type type, ...)
if (cp)
{
cp->refcount++;
return cp;
break;
}
}
else
@ -221,7 +221,7 @@ e_pixmap_new(E_Pixmap_Type type, ...)
if (cp)
{
cp->refcount++;
return cp;
break;
}
}
else