ghttpFreePost
Free a post object.
- void ghttpFreePost(
- GHTTPPost post );
Routine | Required Header | Distribution |
---|---|---|
ghttpFreePost | <ghttp.h> | SDKZIP |
Parameters
- post
- [in] Post object created with ghttpNewPost.
Remarks
By default, post objects created with ghttpNewPost will be automatically freed after being used in a request. However ghttpPostSetAutoFree can be used to turn off the post object's auto-free property. This can be useful if a single post object will be used in multiple requests. You should then use this function to manually free the post object after the last request it has been used in completes.
Section Reference: Gamespy HTTP SDK
See Also: ghttpNewPost, ghttpPostSetAutoFree