http: fix compilation with valgrind memcheck helpers
This commit is contained in:
parent
441975a4aa
commit
6e5d86f332
@ -650,7 +650,7 @@ HttpResponse* http_response_recv(rdpTls* tls)
|
||||
}
|
||||
|
||||
#ifdef HAVE_VALGRIND_MEMCHECK_H
|
||||
VALGRIND_MAKE_MEM_DEFINED(Stream_Pointer(s), status);
|
||||
VALGRIND_MAKE_MEM_DEFINED(Stream_Pointer(response->data), status);
|
||||
#endif
|
||||
Stream_Seek(response->data, status);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user