From: Chris B. <buc...@us...> - 2012-04-02 18:36:07
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SFCB - Small Footprint CIM Broker". The branch, master has been updated via 4341649409e43df07f647d6e2d1b4b044b6cedb2 (commit) from df603ba875c0b85ddb5d0272518c4b0e4eda4d28 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4341649409e43df07f647d6e2d1b4b044b6cedb2 Author: buccella <buc...@li...> Date: Mon Apr 2 14:35:57 2012 -0400 small memory leak from 3408288 ----------------------------------------------------------------------- Summary of changes: diff --git a/providerDrv.c b/providerDrv.c index d56eaa4..8533cf0 100644 --- a/providerDrv.c +++ b/providerDrv.c @@ -1010,6 +1010,7 @@ getProcess(ProviderInfo * info, ProviderProcess ** proc) BinResponseHdr* buf = errorCharsResp(CMPI_RC_ERR_FAILED, msg); ecr_len = makeSafeResponse(buf, &err_crash_resp); + free(buf); processProviderInvocationRequests(info->providerName); _SFCB_RETURN(0); hooks/post-receive -- SFCB - Small Footprint CIM Broker |