Skip to content

Commit

Permalink
Add missing free call
Browse files Browse the repository at this point in the history
  • Loading branch information
tibr committed Apr 30, 2014
1 parent 712375f commit f4127ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OHHTTPStubs/Sources/OHHTTPStubs.m
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ - (void) streamDataForClient:(id<NSURLProtocolClient>)client
completion(inputStream.streamError);
}
}
free(buffer);
}
}
else
Expand Down

0 comments on commit f4127ca

Please sign in to comment.