100+ results for 'safe_free'
Not the results you expected?
vfs_aixacl.c (https://bitbucket.org/knarf/samba.git) C · 197 lines
57 struct acl *new_acl = SMB_MALLOC(file_acl->acl_len + sizeof(struct acl));
58 if( new_acl == NULL) {
59 SAFE_FREE(file_acl);
60 errno = ENOMEM;
61 return NULL;
65 if( rc == -1) {
66 DEBUG(0,("statacl returned %d with errno %d\n",rc,errno));
67 SAFE_FREE(file_acl);
68 return(NULL);
69 }
75 result = aixacl_to_smbacl(file_acl, mem_ctx);
76 SAFE_FREE(file_acl);
77 return result;
afs_settoken.c (https://github.com/rhuitl/uClinux.git) C · 239 lines
smbreadline.c (https://bitbucket.org/knarf/samba.git) C · 185 lines
el_analyze.c (https://github.com/wertarbyte/ettercap.git) C · 199 lines
unlock.c (https://github.com/BeyondTrust/pbis-open.git) C · 208 lines
domainclientsrights.c (https://github.com/vmware/lightwave.git) C · 304 lines
32 TestAssertEquals(dwError, 0);
34 VMDIR_SAFE_FREE_STRINGA(pszUserName);
35 return dwError;
36 }
69 TestAssertStrEquals(pszAttribute, pszUserName);
71 VMDIR_SAFE_FREE_STRINGA(pszAttribute);
72 return dwError;
73 }
106 TestAssert(strlen(pszAttribute) > 0);
108 VMDIR_SAFE_FREE_STRINGA(pszAttribute);
109 return dwError;
110 }
utils.c (https://github.com/nexgenta/redbutton.git) C · 269 lines
csuperlog.cpp (https://github.com/pauldotknopf/WindowsSDK7-Samples.git) C++ · 292 lines
dprintf.c (https://github.com/rhuitl/uClinux.git) C · 113 lines
traj.c (http://idmclib.googlecode.com/svn/trunk/) C · 160 lines
24 #include "traj.h"
26 #define SAFE_FREE(p) if(p!=NULL) free(p)
28 int idmc_traj_trajectory_alloc(idmc_model *model, double *parValues, double *varValues, idmc_traj_trajectory **out_ans) {
58 if(traj->model != NULL)
59 idmc_model_free(traj->model);
60 SAFE_FREE(traj->par);
61 SAFE_FREE(traj->var);
62 SAFE_FREE(traj);
63 }
138 if (trajectory->step_function!=NULL)
139 gsl_odeiv_step_free(trajectory->step_function);
140 SAFE_FREE(trajectory->error);
141 SAFE_FREE(trajectory->var);
c_path.h (https://gitlab.com/rpdev/csync) C Header · 136 lines
tdnfpyrepodata.c (https://github.com/vmware/tdnf.git) C · 289 lines
task_range.cc (https://github.com/blender/blender.git) C++ · 168 lines
samr_cfg.c (https://github.com/BeyondTrust/pbis-open.git) C · 324 lines
common.h (https://github.com/XadillaX/byakuren.git) C Header · 151 lines
ob_malloc.h (https://github.com/daseECNU/Cedar.git) C Header · 233 lines
utils.c (https://github.com/vmware/lightwave.git) C · 186 lines
defines.h (https://github.com/vmware/lightwave.git) C Header · 154 lines
ec_dissect.c (https://github.com/bonsaiviking/ettercap.git) C · 316 lines
164 /* retrieve the session and delete it */
165 if (session_get_and_del(&s, ident, DISSECT_IDENT_LEN) == -ENOTFOUND) {
166 SAFE_FREE(ident);
167 return;
168 }
170 /* free the session */
171 session_free(s);
172 SAFE_FREE(ident);
173 }
209 del_decoder(e->level, e->type);
210 SLIST_REMOVE(&dissect_list, e, dissect_entry, next);
211 SAFE_FREE(e);
212 }
213 }
check_std_c_rbtree.c (https://gitlab.com/rpdev/csync) C · 367 lines
lsasqlite.h (https://github.com/BeyondTrust/pbis-open.git) C Header · 207 lines
nameEntry.c (https://github.com/vmware/lightwave.git) C · 207 lines
winbindd_nss.h (https://github.com/rhuitl/uClinux.git) C Header · 229 lines
filemap.c (https://github.com/rhuitl/uClinux.git) C · 172 lines
ec_dispatcher.c (https://github.com/bonsaiviking/ettercap.git) C · 175 lines
ec_curses_logging.c (git://pkgs.fedoraproject.org/ettercap) C · 166 lines
ec_smtp.c (https://github.com/bonsaiviking/ettercap.git) C · 193 lines
122 dissect_create_ident(&ident, PACKET, DISSECT_CODE(dissector_smtp));
123 if (session_get(&s, ident, DISSECT_IDENT_LEN) == -ENOTFOUND) {
124 SAFE_FREE(ident);
125 return NULL;
126 }
128 SAFE_FREE(ident);
130 /* the session is invalid */
145 i = base64_decode(user, ptr);
147 SAFE_FREE(s->data);
149 /* store the username in the session */
ec_hook.c (https://github.com/wertarbyte/ettercap.git) C · 157 lines
124 if (current->point == point && current->func == func) {
125 LIST_REMOVE(current, next);
126 SAFE_FREE(current);
127 HOOK_PCK_UNLOCK;
128 DEBUG_MSG("hook_del -- %d [%p]", point, func);
138 if (current->point == point && current->func == func) {
139 LIST_REMOVE(current, next);
140 SAFE_FREE(current);
141 HOOK_UNLOCK;
142 DEBUG_MSG("hook_del -- %d [%p]", point, func);
djservicemgr.c (https://github.com/BeyondTrust/pbis-open.git) C · 223 lines
parseargs.c (https://github.com/vmware/lightwave.git) C · 268 lines
switch_buffer.c (https://github.com/tzuryby/mod_conference-admin.git) C · 349 lines
ematch_instance.c (https://github.com/SRI-CSL/yices2.git) C · 233 lines
ptr_sets2.h (https://github.com/SRI-CSL/yices2.git) C Header · 186 lines
test_tpdu.h (https://gitlab.com/iwan.aucamp/doubango) C Header · 250 lines
47 TSK_FREE(hex);
48 }
49 TSK_OBJECT_SAFE_FREE(buffer);
50 }
55 // send(socket, buffer->data, buffer->size);
57 TSK_OBJECT_SAFE_FREE(submit);
58 submit = (tsms_tpdu_submit_t*)tsms_tpdu_message_deserialize_mo(buffer->data, buffer->size);
59 if((hex = tsms_tpdu_submit_tohexastring(submit))){
62 }
64 TSK_OBJECT_SAFE_FREE(submit);
65 TSK_OBJECT_SAFE_FREE(buffer);
84 TSK_FREE(hex);
85 }
86 TSK_OBJECT_SAFE_FREE(buffer);
87 }
upload.cpp (http://miranda.googlecode.com/svn/trunk/) C++ · 104 lines
mp_net_transport.h (https://github.com/DoubangoTelecom/webrtc2sip.git) C Header · 168 lines
ctarray.c (https://github.com/BeyondTrust/pbis-open.git) C · 135 lines
lsapam.c (https://github.com/BeyondTrust/pbis-open.git) C · 152 lines
112 {
113 LsaUtilFreePamConfigContents(pConfig);
114 LW_SAFE_FREE_MEMORY(pConfig);
115 }
124 DWORD i;
126 LW_SAFE_FREE_STRING(pConfig->pszAccessDeniedMessage);
127 LW_SAFE_FREE_STRING(pConfig->pszActiveDirectoryPasswordPrompt);
128 LW_SAFE_FREE_STRING(pConfig->pszLocalPasswordPrompt);
129 LW_SAFE_FREE_STRING(pConfig->pszOtherPasswordPrompt);
131 for (i = 0; i < pConfig->dwNumSmartCardServices; ++i)
132 {
133 LW_SAFE_FREE_STRING(pConfig->ppszSmartCardServices[i]);
134 }
135 LW_SAFE_FREE_MEMORY(pConfig->ppszSmartCardServices);
samr_contexthandle.c (https://github.com/BeyondTrust/pbis-open.git) C · 141 lines
62 SamrSrvFreeAuthInfo(pConnCtx);
64 LW_SAFE_FREE_MEMORY(pConnCtx);
65 }
76 RTL_FREE(&pDomCtx->pDomainSid);
77 LW_SAFE_FREE_MEMORY(pDomCtx->pwszDomainName);
78 LW_SAFE_FREE_MEMORY(pDomCtx->pwszDn);
80 SamrSrvConnectContextFree(pDomCtx->pConnCtx);
82 LW_SAFE_FREE_MEMORY(pDomCtx);
83 }
92 if (pAcctCtx->refcount) return;
94 LW_SAFE_FREE_MEMORY(pAcctCtx->pwszDn);
95 LW_SAFE_FREE_MEMORY(pAcctCtx->pwszName);
netinfo.c (https://github.com/BeyondTrust/pbis-open.git) C · 570 lines
c.vim (https://github.com/dumuzid/exVim.git) Vim Script · 124 lines
21 syn keyword cStatement ex_realloc ex_realloc_use ex_realloc_nomanage ex_realloc_tag ex_realloc_tag_use
22 syn keyword cStatement ex_free ex_free_use ex_free_nomanage
23 syn keyword cStatement ex_safe_free ex_safe_free_use ex_safe_free_nomanage
24 syn keyword cStatement ex_stack_malloc
25 syn keyword cStatement ex_log ex_error ex_warning ex_log_func ex_assert ex_assert_slow ex_assert_return ex_assert_exec ex_check ex_check_return ex_check_exec ex_static_assert ex_compile_time_assert
fapi-quote-destructive.int.c (https://github.com/tpm2-software/tpm2-tss.git) C · 147 lines
116 goto_if_error(r, "Error Fapi_Delete", error);
118 SAFE_FREE(pubkey_pem);
119 SAFE_FREE(signature);
120 SAFE_FREE(quoteInfo);
121 SAFE_FREE(pcrEventLog);
122 SAFE_FREE(certificate);
123 SAFE_FREE(export_data);
124 SAFE_FREE(pcr_digest);
125 SAFE_FREE(log);
126 SAFE_FREE(pathlist);
127 return EXIT_SUCCESS;
publish.c (https://gitlab.com/iwan.aucamp/doubango) C · 117 lines
sspi.c (https://github.com/vmware/lightwave.git) C · 288 lines
ads_struct.c (https://bitbucket.org/knarf/samba.git) C · 213 lines
113 if (!strlower_m( dnsdomain )) {
114 SAFE_FREE(dnsdomain);
115 return NULL;
116 }
188 ads_disconnect(*ads);
189 #endif
190 SAFE_FREE((*ads)->server.realm);
191 SAFE_FREE((*ads)->server.workgroup);
192 SAFE_FREE((*ads)->server.ldap_server);
194 SAFE_FREE((*ads)->auth.realm);
195 SAFE_FREE((*ads)->auth.password);
196 SAFE_FREE((*ads)->auth.user_name);
lwunistr.c (https://github.com/BeyondTrust/pbis-open.git) C · 687 lines
memcache.c (https://github.com/theuni/XBMC-deps.git) C · 436 lines
int_queues.c (https://github.com/SRI-CSL/yices2.git) C · 169 lines
kerberos_util.c (https://bitbucket.org/mikedep333/rdssamba4.git) C · 107 lines
Cookie_FireFox.cpp (https://github.com/hackedteam/core-win32.git) C++ · 200 lines
67 AddCookieA(host, name, value);
69 SAFE_FREE(host);
70 SAFE_FREE(name);
71 SAFE_FREE(value);
73 return 0;
89 sprintf_s(sqlPath, MAX_PATH, "%s\\%S", ascii_path, signonFile);
90 SAFE_FREE(ascii_path);
92 if ((rc = social_SQLITE_open(sqlPath, &db)))
128 if (!ReadFile(h_session_file, session_memory, session_size, &n_read, NULL)) {
129 CloseHandle(h_session_file);
130 SAFE_FREE(session_memory);
131 return 0;
132 }
system_smbd.c (https://github.com/theuni/XBMC-deps.git) C · 198 lines
64 ngrp_saved = getgroups(ngrp_saved, gids_saved);
65 if (ngrp_saved == -1) {
66 SAFE_FREE(gids_saved);
67 /* very strange! */
68 return -1;
71 if (initgroups(user, gid) != 0) {
72 DEBUG(0, ("getgrouplist_internals: initgroups() failed!\n"));
73 SAFE_FREE(gids_saved);
74 return -1;
75 }
83 num_gids = getgroups(0, NULL);
84 if (num_gids == -1) {
85 SAFE_FREE(gids_saved);
86 /* very strange! */
87 return -1;
DecUT_ErrorConcealment.cpp (https://gitlab.com/generic-library/openh264) C++ · 294 lines
27 if (pECCtx != NULL) {
28 if (pECCtx->pCtx != NULL) {
29 WELS_SAFE_FREE (pECCtx->pCtx->pSps, "pECCtx->pCtx->pSps");
30 WELS_SAFE_FREE (pECCtx->pCtx, "pECCtx->pCtx");
31 }
33 WELS_SAFE_FREE (pECCtx->pMbCorrectlyDecodedFlag, "pECCtx->pMbCorrectlyDecodedFlag");
34 WELS_SAFE_FREE (pECCtx->sSrcPic.pData[0], "pECCtx->sSrcPic.pData");
35 WELS_SAFE_FREE (pECCtx->sAncPic.pData[0], "pECCtx->sAncPic.pData");
36 WELS_SAFE_FREE (pECCtx->sWelsPic.pData[0], "pECCtx->sWelsPic.pData");
38 WELS_SAFE_FREE (pECCtx, "pECCtx");
39 }
40 }
idmap_cache.c (https://github.com/theuni/XBMC-deps.git) C · 260 lines
53 uid = strtol(value, &endptr, 10);
54 ret = (*endptr == '\0');
55 SAFE_FREE(value);
56 if (ret) {
57 *puid = uid;
91 ret = string_to_sid(sid, value);
92 }
93 SAFE_FREE(value);
94 if (ret) {
95 *expired = (timeout <= time(NULL));
173 gid = strtol(value, &endptr, 10);
174 ret = (*endptr == '\0');
175 SAFE_FREE(value);
176 if (ret) {
177 *pgid = gid;
memory_policy.hpp (https://github.com/triAGENS/ArangoDB.git) C++ Header · 142 lines
ec_connbuf.c (https://github.com/0x0mar/ettercap.git) C · 184 lines
79 if (p->size > cb->max_size) {
80 DEBUG_MSG("connbuf_add: buffer too small %d %d\n", (int)cb->max_size, (int)p->size);
81 SAFE_FREE(p);
82 return 0;
83 }
106 cb->size -= e->size;
107 /* remove the elemnt */
108 SAFE_FREE(e->buf);
109 TAILQ_REMOVE(&cb->connbuf_tail, e, next);
110 SAFE_FREE(e);
138 while ((e = TAILQ_FIRST(&cb->connbuf_tail)) != TAILQ_END(&cb->connbuf_tail)) {
139 TAILQ_REMOVE(&cb->connbuf_tail, e, next);
140 SAFE_FREE(e->buf);
141 SAFE_FREE(e);
vfs_dirsort.c (https://github.com/theresahalloran/samba-tool-group-doc.git) C · 237 lines
39 static void free_dirsort_privates(void **datap) {
40 struct dirsort_privates *data = (struct dirsort_privates *) *datap;
41 SAFE_FREE(data->directory_list);
42 SAFE_FREE(data);
73 /* Set up an array and read the directory entries into it */
74 SAFE_FREE(data->directory_list); /* destroy previous cache if needed */
75 data->directory_list = (SMB_STRUCT_DIRENT *)SMB_MALLOC(
76 data->number_of_entries * sizeof(SMB_STRUCT_DIRENT));
149 if (data->source_directory == NULL) {
150 SAFE_FREE(data);
151 return NULL;
152 }
csched_test.c (https://github.com/hse-project/hse.git) C · 309 lines
spline.c (https://gitlab.com/marcelosabino/gimp) C · 233 lines
conncache.c (https://github.com/theresahalloran/samba-tool-group-doc.git) C · 226 lines
45 * @param[in] server may be a FQDN or an IP address
46 * @return the resulting string, which the caller is responsible for
47 * SAFE_FREE()ing
48 * @retval NULL returned on error
49 */
73 * @param[in] status
74 * @return the resulting string, which the caller is responsible for
75 * SAFE_FREE()ing
76 * @retval NULL returned on error
77 */
150 "server %s\n", NT_STATUS_V(result), domain, server));
151 TALLOC_FREE(key);
152 SAFE_FREE(value);
153 return result;
154 }
gentools_s.c (https://github.com/MmgTools/mmg.git) C · 177 lines
resolvconf.c (https://gitlab.com/miztake/samba) C · 123 lines
gc_hal_mem.h (https://gitlab.com/gioge/linux-imx_3.10.53_1.1.0_ga) C Header · 530 lines
335 gceSTATUS status; \
336 gcmHEADER_ARG("MemPool=0x%x Pointer=0x%x", MemPool, Pointer); \
337 status = gcmOS_SAFE_FREE(MemPool, Pointer); \
338 gcmFOOTER(); \
339 return status; \
382 gceSTATUS status; \
383 gcmHEADER_ARG("MemPool=0x%x Pointer=0x%x", MemPool, Pointer); \
384 status = gcmOS_SAFE_FREE(MemPool, Pointer); \
385 gcmFOOTER(); \
386 return status; \
429 gceSTATUS status; \
430 gcmHEADER_ARG("MemPool=0x%x Pointer=0x%x", MemPool, Pointer); \
431 status = gcmOS_SAFE_FREE(MemPool, Pointer); \
432 gcmFOOTER(); \
433 return status; \
xgselect.c (https://github.com/jwiegley/emacs-release.git) C · 164 lines
defs.ns.h (https://github.com/restorer/zemu.git) C Header · 95 lines
md5.patch (https://github.com/energy6/xbmc.git) Patch · 72 lines
regdbutil.c (https://github.com/vmware/lightwave.git) C · 352 lines
principal.c (https://github.com/vmware/lightwave.git) C · 366 lines
27 if (pPrincipal->components) {
28 for (i=0; i<(int) pPrincipal->numComponents; i++) {
29 VMKDC_SAFE_FREE_DATA(pPrincipal->components[i]);
30 }
31 VMKDC_SAFE_FREE_MEMORY(pPrincipal->components);
32 }
33 VMKDC_SAFE_FREE_DATA(pPrincipal->realm);
34 VMKDC_SAFE_FREE_MEMORY(pPrincipal->name);
35 VMKDC_SAFE_FREE_MEMORY(pPrincipal);
36 }
37 }
50 if (dwError)
51 {
52 VMKDC_SAFE_FREE_PRINCIPAL(pPrincipal);
53 }
54 *ppRetPrincipal = pPrincipal;
ms_fnmatch.c (https://github.com/endisd/samba.git) C · 238 lines
lookup_table.cpp (https://github.com/xiaochuanle/MECAT.git) C++ · 160 lines
networkutiluniximpl.c (https://github.com/vmware/lightwave.git) C · 347 lines
svdutil.h (https://github.com/amumu/divisi2.git) C Header · 121 lines
ec_ui.c (git://pkgs.fedoraproject.org/ettercap) C · 353 lines
151 /* free the message */
152 SAFE_FREE(msg);
153 }
268 STAILQ_REMOVE_HEAD(&messages_queue, msg, next);
269 /* free the message */
270 SAFE_FREE(msg->message);
271 SAFE_FREE(msg);
297 STAILQ_REMOVE_HEAD(&messages_queue, msg, next);
298 /* free the message */
299 SAFE_FREE(msg->message);
300 SAFE_FREE(msg);
xalloc.h (https://github.com/dkurochkin/squid.git) C Header · 73 lines
utils_crypt.h (https://gitlab.com/omos/cryptsetup) C Header · 47 lines
UrlPath.cc (https://github.com/hkerem/squid3-ssl.git) C++ · 58 lines
vector_hash_map.c (https://github.com/SRI-CSL/yices2.git) C · 303 lines
132 for (i=0; i<n; i++) {
133 if (hmap->data[i] != NULL) {
134 safe_free(hmap->data[i]);
135 hmap->data[i] = NULL;
136 }
145 void delete_vector_hmap(vector_hmap_t *hmap) {
146 reset_vector_hmap(hmap);
147 safe_free(hmap->data);
148 hmap->data = NULL;
149 }
213 }
215 safe_free(hmap->data);
216 hmap->data = tmp;
217 hmap->size = new_size;
freeswitch_perl.cpp (https://github.com/curriegrad2004/FreeSWITCH.git) C++ · 286 lines
61 }
63 switch_safe_free(cb_function);
64 switch_safe_free(cb_arg);
65 switch_safe_free(hangup_func_str);
66 switch_safe_free(hangup_func_arg);
169 sanity_check_noreturn;
171 switch_safe_free(hangup_func_str);
173 if (func) {
185 {
186 sanity_check_noreturn;
187 switch_safe_free(cb_function);
188 switch_safe_free(cb_arg);
schema.c (https://github.com/vmware/lightwave.git) C · 161 lines
esl_oop.cpp (https://github.com/ppanhoto/Freeswitch-mod_mp4.git) C++ · 465 lines
nmbd_browserdb.c (https://github.com/rhuitl/uClinux.git) C · 176 lines
ec_rlogin.c (git://pkgs.fedoraproject.org/ettercap) C · 197 lines
dbintegritychkjob.c (https://github.com/vmware/lightwave.git) C · 270 lines
65 cleanup:
66 VMDIR_SAFE_FREE_MEMORY(pszDBName);
67 VMDIR_UNLOCK_MUTEX(bInLock, gVmdirDBIntegrityCheck.pMutex);
68 return dwError;
253 if (pJob)
254 {
255 VMDIR_SAFE_FREE_MEMORY(pJob->pszDBName);
257 VmDirStringListFree(pJob->pAllDBNames);
260 for (dwJobCnt = 0; dwJobCnt < pJob->dwNumValidJobPerDB; dwJobCnt++)
261 {
262 VMDIR_SAFE_FREE_MEMORY(pJob->pJobPerDB[dwJobCnt].pszDBName);
263 }
dprintf.c (https://repo.or.cz/Samba/vfs_proxy.git) C · 118 lines
ec_streambuf.c (https://github.com/wertarbyte/ettercap.git) C · 261 lines
164 /* remove the entry from the tail */
165 SAFE_FREE(p->buf);
166 TAILQ_REMOVE(&sb->streambuf_tail, p, next);
167 SAFE_FREE(p);
245 while ((e = TAILQ_FIRST(&sb->streambuf_tail)) != TAILQ_END(&sb->streambuf_tail)) {
246 TAILQ_REMOVE(&sb->streambuf_tail, e, next);
247 SAFE_FREE(e->buf);
248 SAFE_FREE(e);
mod_mongo.cpp (https://github.com/tzuryby/mod_conference-admin.git) C++ · 225 lines
66 }
68 switch_safe_free(ns);
70 return status;
115 }
117 switch_safe_free(ns);
119 return status;
204 {
205 mongo_connection_pool_destroy(&globals.conn_pool);
206 switch_safe_free(globals.map);
207 switch_safe_free(globals.reduce);
208 switch_safe_free(globals.finalize);
210 return SWITCH_STATUS_SUCCESS;
settings.h (https://gitlab.com/adam.lukaitis/rufus) C Header · 136 lines
Macro.h (https://github.com/hyzboy/CMGameEngine.git) C Header · 119 lines
gpo_filesync.c (https://github.com/theuni/XBMC-deps.git) C · 241 lines
winbind_nss_netbsd.c (https://gitlab.com/miztake/samba) C · 405 lines
FilledChecklist.cc (git://pkgs.fedoraproject.org/squid) C++ · 216 lines
changrid.c (https://gitlab.com/vmakarov/ml-gcc) C · 171 lines
tsip_api_subscribe.c (https://gitlab.com/iwan.aucamp/doubango) C · 160 lines
uint_rbtrees.c (https://github.com/SRI-CSL/yices2.git) C · 439 lines
kdcreq.c (https://github.com/vmware/lightwave.git) C · 263 lines
22 {
23 if (pKdcReq) {
24 VMKDC_SAFE_FREE_METHOD_DATA(pKdcReq->padata);
25 VMKDC_SAFE_FREE_DATA(pKdcReq->req_body.realm);
26 VMKDC_SAFE_FREE_PRINCIPAL(pKdcReq->req_body.cname);
27 VMKDC_SAFE_FREE_PRINCIPAL(pKdcReq->req_body.sname);
28 VMKDC_SAFE_FREE_MEMORY(pKdcReq->req_body.etype.type);
29 VMKDC_SAFE_FREE_MEMORY(pKdcReq->req_body.from);
30 VMKDC_SAFE_FREE_MEMORY(pKdcReq->req_body.till);
31 VMKDC_SAFE_FREE_MEMORY(pKdcReq->req_body.rtime);
32 VMKDC_SAFE_FREE_MEMORY(pKdcReq);
33 }
34 }