Skip to content

Commit

Permalink
find test case crash root cause
Browse files Browse the repository at this point in the history
  • Loading branch information
hwware committed Sep 16, 2024
1 parent 0b3ce60 commit 9bb37a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -12016,7 +12016,7 @@ void moduleFreeModuleStructure(struct ValkeyModule *module) {
listRelease(module->module_configs);
sdsfree(module->name);
moduleLoadQueueEntryFree(module->loadmod);
moduleRunTimeEntryFree(module->runtime_entry);
// moduleRunTimeEntryFree(module->runtime_entry);
zfree(module);
}

Expand Down

0 comments on commit 9bb37a5

Please sign in to comment.