Add free to egfx unit tests
This commit is contained in:
parent
c463a0e865
commit
259be09334
@ -53,6 +53,8 @@ START_TEST(test_xrdp_egfx_send_create_surface__happy_path)
|
|||||||
unsigned char descriptor;
|
unsigned char descriptor;
|
||||||
in_uint8(s, descriptor);
|
in_uint8(s, descriptor);
|
||||||
ck_assert_int_eq(0xE0, descriptor);
|
ck_assert_int_eq(0xE0, descriptor);
|
||||||
|
|
||||||
|
g_free(bulk);
|
||||||
}
|
}
|
||||||
END_TEST
|
END_TEST
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user