Searched refs:gifLoad (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/gif/
H A DGIFTranslator.cpp287 GIFLoad* gifLoad = new(std::nothrow) GIFLoad(inSource, outDestination); local
288 if (gifLoad == NULL)
291 if (gifLoad->fatalerror) {
292 delete gifLoad;
295 delete gifLoad;

Completed in 27 milliseconds