- GOOSE publisher example: fixed memory leak

pull/72/head
Michael Zillgith 7 years ago
parent c0ce64c758
commit 2f0211b188

@ -66,6 +66,8 @@ main(int argc, char** argv)
} }
GoosePublisher_destroy(publisher); GoosePublisher_destroy(publisher);
LinkedList_destroyDeep(dataSetValues, (LinkedListValueDeleteFunction) MmsValue_delete);
} }

Loading…
Cancel
Save