Skip to content

Commit

Permalink
THRIFT-3267 c_glib: "Critical" failure during unit tests
Browse files Browse the repository at this point in the history
Client: c_glib
Patch: Simon South
  • Loading branch information
Jens-G committed Jul 28, 2015
1 parent 1c19027 commit 482da72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/c_glib/test/testthrifttestclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,7 @@ test_thrift_client (void)
assert (t_test_thrift_test_client_test_exception (iface, "ApplicationException", &xception, &error) == FALSE);
g_error_free (error);
error = NULL;
g_object_unref (xception);
xception = NULL;
assert (xception == NULL);

assert (t_test_thrift_test_client_test_exception (iface, "Test", &xception, &error) == TRUE);
assert (error == NULL);
Expand Down

0 comments on commit 482da72

Please sign in to comment.