wined3d: Only set SFLAG_DYNLOCK when map_binding = sysmem.

All other map bindings are never freed. Setting SFLAG_DYNLOCK if
map_binding != sysmem might only keep a heap memory allocation around
(e.g. after device_reset) that is never used.
1 file changed