dawn-cmake/generator/templates/dawn_wire
Corentin Wallez 1a99f42c7d WireServer: Wrap userdata in unique_ptr in callbacks
This fixes a leak that was introduced in
https://dawn-review.googlesource.com/c/dawn/+/3622 where the early
return doesn't delete the userdata.

BUG=chromium:921360

Change-Id: I500dd2b4fa02121e5c0278c5f6f83a30861815e4
Reviewed-on: https://dawn-review.googlesource.com/c/3942
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
2019-01-14 18:41:13 +00:00
..
TypeTraits.h Specialize WireServer objects 2019-01-08 17:58:38 +00:00
WireClient.cpp Use single DestroyObject command in the wire 2019-01-07 17:52:56 +00:00
WireCmd.cpp WireCmd: guard against overflows when computing array sizes 2019-01-04 09:54:10 +00:00
WireCmd.h Use single DestroyObject command in the wire 2019-01-07 17:52:56 +00:00
WireServer.cpp WireServer: Wrap userdata in unique_ptr in callbacks 2019-01-14 18:41:13 +00:00