Skip to content

Commit

Permalink
Merge pull request #2545 from Nexarian/add-free-to-egfx-unit-test
Browse files Browse the repository at this point in the history
Add free to egfx unit tests
  • Loading branch information
Nexarian authored Feb 11, 2023
2 parents b1edd4f + 259be09 commit 9bab8e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/xrdp/test_xrdp_egfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9bab8e0

Please sign in to comment.