diff options
| -rw-r--r-- | libpiano/src/piano.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/libpiano/src/piano.c b/libpiano/src/piano.c index 1d63e8e..f8269f8 100644 --- a/libpiano/src/piano.c +++ b/libpiano/src/piano.c @@ -191,7 +191,8 @@ void PianoDestroy (PianoHandle_t *ph) {  	memset (ph, 0, sizeof (*ph));  } -/*	destroy request, free post data. req->responseData is *not* freed here! +/*	destroy request, free post data. req->responseData is *not* freed here, as + *	it might be allocated by something else than malloc!   *	@param piano request   */  void PianoDestroyRequest (PianoRequest_t *req) { | 
