Skip to content

Commit

Permalink
Fix introduced mem leak
Browse files Browse the repository at this point in the history
  • Loading branch information
ErjanAltena committed Nov 25, 2021
1 parent 9b812c0 commit 372e30f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bundles/shell/shell/src/dm_shell_list_command.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ static void printPlantUmlInfo(FILE *out, celix_dependency_manager_t *mng) {
printUmlDependencies(out, infos);

fprintf(out, "@enduml\n");

celix_dependencyManager_destroyInfos(mng, infos);

}

static void printUmlComponents(FILE *out, const celix_array_list_t *infos) {
Expand Down

0 comments on commit 372e30f

Please sign in to comment.