summaryrefslogtreecommitdiffstats
path: root/src/caldav.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unwanted memory allocation for responseOBATA Akio2020-02-091-24/+6
| | | | | | | | | It is expected as pointer to struct response with size fo the struct, not pointer to the pointer, but never returned to the caller. It should be allocated by the caller. Signed-off-by: OBATA Akio <[email protected]> (cherry picked from commit 9578e366c28fa0e4f17202d90260a68e941c8f21)
* Initial importTimothy Pearson2012-02-161-0/+995