Skip to content

Commit 2dea7a0

Browse files
committed
exec free: not comment
1 parent c19597f commit 2dea7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ int WrapperAPI wrapperExecFree(const char *usrTag, pDataList *respData) {
352352
pDataList ptr = *respData;
353353
while (ptr != NULL) {
354354
if (ptr->len > 0) {
355-
// free(ptr->data);
355+
free(ptr->data);
356356
ptr->data = NULL;
357357
}
358358
if (strlen(ptr->key) > 0) {

0 commit comments

Comments
 (0)