Merge pull request #2545 from Nexarian/add-free-to-egfx-unit-test

Add free to egfx unit tests
This commit is contained in:
Nexarian 2023-02-11 12:16:02 -05:00 committed by GitHub
commit 9bab8e0da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ START_TEST(test_xrdp_egfx_send_create_surface__happy_path)
unsigned char descriptor;
in_uint8(s, descriptor);
ck_assert_int_eq(0xE0, descriptor);
g_free(bulk);
}
END_TEST