1
0
Fork 0
forked from wry/wry

all: add missing object tracking

This commit is contained in:
Julian Orth 2024-07-02 17:01:45 +02:00
parent f94f199ab1
commit 555bd0a1bc
7 changed files with 11 additions and 1 deletions

View file

@ -61,7 +61,7 @@ impl WpAlphaModifierV1RequestHandler for WpAlphaModifierV1 {
&surface,
self.version,
));
track!(self.client, surface);
track!(self.client, modifier);
self.client.add_client_obj(&modifier)?;
modifier.install()?;
Ok(())