Skip to content

Commit

Permalink
feat(Yoga): update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Jul 30, 2018
1 parent 98c7e14 commit ed9b84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lwjgl/yoga/src/main/c/Yoga.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ YGConfigRef YGConfigNew(void) {
}

void YGConfigFree(const YGConfigRef config) {
free(config);
delete config;
gConfigInstanceCount--;
}

Expand Down

0 comments on commit ed9b84f

Please sign in to comment.