From 347cbdbbf9c79bef01b5e8ca51cc2868525074a2 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 25 Oct 2010 12:54:47 +0200 Subject: piano: Clarify comment of PianoDestroyRequest --- libpiano/src/piano.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- cgit v1.2.3