Commit e193887a authored by Laurent Aimar's avatar Laurent Aimar

Fixed error code value in vmem.

parent 80b17e25
...@@ -218,7 +218,7 @@ static int Open(vlc_object_t *object) ...@@ -218,7 +218,7 @@ static int Open(vlc_object_t *object)
if (!sys->pool) { if (!sys->pool) {
picture_Release(picture); picture_Release(picture);
free(sys); free(sys);
return VLC_SUCCESS; return VLC_EGENERIC;
} }
/* */ /* */
......
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