Commit 64d7f4fc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

MSW/WinGDI: remove no-op

free(NULL)
parent e7190f76
......@@ -298,10 +298,8 @@ static int Init(vout_display_t *vd,
cfg.picture_count = 1;
cfg.picture = &picture;
sys->pool = picture_pool_NewExtended(&cfg);
} else {
free(rsc.p_sys);
} else
sys->pool = NULL;
}
UpdateRects(vd, NULL, NULL, true);
......
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