Skip to content

Commit

Permalink
- Threads are now joined correctly after simulation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24288 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Marcus Walther committed Jan 29, 2015
1 parent dec4b3c commit 3736f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/Template/CodegenCppHpcom.tpl
Expand Up @@ -482,6 +482,7 @@ template simulationCppFile(SimCode simCode,Context context,Text& extraFuncs,Text
/* Destructor */
<%className%>::~<%className%>()
{
<%hpcomDestructorExtension%>
deleteObjects();
}

Expand Down

0 comments on commit 3736f27

Please sign in to comment.