Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Jul 22, 2021
1 parent c1d75dc commit d4a69a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sme/sme_synth_parallel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ const char *_FreeState(short clean_pointers, GlobalState *state)
}

FREE(state);
return OK_response;
return &OK_response;
}

GlobalState *_CopyState(short clean_pointers, GlobalState *state)
Expand Down

0 comments on commit d4a69a6

Please sign in to comment.