Changeset 102562 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Dec 11, 2023 8:32:42 AM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160708
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http.cpp
r98103 r102562 210 210 211 211 212 /**213 * Destroys the headers associated with this list (w/o telling cURL about it).214 *215 * @param hHdrLst The HTTP header list instance.216 */217 212 RTR3DECL(void) RTHttpHeaderListDestroy(RTHTTPHEADERLIST hHdrLst) 218 213 { … … 221 216 222 217 rtHttpHeaderListRemoveAll(pThis); 218 219 RTMemFree(hHdrLst); 220 hHdrLst = NIL_RTHTTPHEADERLIST; 223 221 } 224 222
Note:
See TracChangeset
for help on using the changeset viewer.