Bug 835159 - fix unused variable warning (hence error with -Werror) in nsGIOProtocolHandler - no review, trivial build fix

This commit is contained in:
Benoit Jacob 2013-01-27 13:51:04 -05:00
parent 974059ac80
commit 1529abe7ef

View File

@ -619,6 +619,7 @@ nsGIOInputStream::Close()
NS_ASSERTION(thread && NS_SUCCEEDED(rv), "leaking channel reference");
mChannel = nullptr;
(void) rv;
}
mSpec.Truncate(); // free memory