fix possible uninitialised variable

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@33340 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-06-18 17:46:28 +00:00
parent 54961b0222
commit 7be1826a84

View file

@ -2489,6 +2489,9 @@ static NSLock *cached_proxies_gate = nil;
NSInvocation *inv = nil;
unsigned seq;
/* Save this for later */
[aRmc decodeValueOfObjCType: @encode(int) at: &seq];
/*
* Make sure don't let exceptions caused by servicing the client's
* request cause us to crash.
@ -2524,9 +2527,6 @@ static NSLock *cached_proxies_gate = nil;
}
}
/* Save this for later */
[aRmc decodeValueOfObjCType: @encode(int) at: &seq];
/*
* Get the types that we're using, so that we know
* exactly what qualifiers the forwarder used.