Commit b459c171 authored by Ilkka Ollakka's avatar Ilkka Ollakka

hqdn3d: add unlikely

parent c7b2f7f2
......@@ -201,7 +201,7 @@ static picture_t *Filter(filter_t *filter, picture_t *src)
if (!src) return NULL;
dst = filter_NewPicture(filter);
if (!dst) {
if ( unlikely(!dst) ) {
picture_Release(src);
return NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment