mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
([Connection -forwardForProxy:selector:argFrame:]): Add an assertion
that we processed all arguments and dismissed the ConnectedCoder. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1929 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4ad0cffeae
commit
210c6a105d
1 changed files with 2 additions and 0 deletions
|
@ -630,6 +630,8 @@ static int messages_received_count;
|
|||
last_argnum = type_get_number_of_arguments(type) - 1;
|
||||
retframe = mframe_build_return (argframe, type, out_parameters,
|
||||
decoder);
|
||||
/* Make sure we processed all arguments, and dismissed the IP. */
|
||||
assert (ip == (id)-1);
|
||||
return retframe;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue