diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-10-25 12:54:47 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-10-28 13:08:10 +0200 |
commit | 347cbdbbf9c79bef01b5e8ca51cc2868525074a2 (patch) | |
tree | 34b7ff0e5aa950a9b5e3531e1f4f5f7ff3963807 /libpiano/src/piano.c | |
parent | 35e71bcb76b702a8b67fd556083c5df50273fe4c (diff) | |
download | pianobar-347cbdbbf9c79bef01b5e8ca51cc2868525074a2.tar.gz pianobar-347cbdbbf9c79bef01b5e8ca51cc2868525074a2.tar.bz2 pianobar-347cbdbbf9c79bef01b5e8ca51cc2868525074a2.zip |
piano: Clarify comment of PianoDestroyRequest
Diffstat (limited to 'libpiano/src/piano.c')
-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) { |