-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18166 from hrydgard/naett-upgrade
Upgrade naett to latest - should fix some memleaks
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule naett
updated
11 files
+54 −33 | naett.c | |
+7 −3 | src/naett_android.c | |
+13 −12 | src/naett_linux.c | |
+34 −18 | src/naett_osx.c | |
+2 −1 | testrig/android/app/build.gradle | |
+8 −2 | testrig/android/app/src/androidTest/java/naett/test/NaettTests.java | |
+1 −15 | testrig/android/app/src/main/cpp/CMakeLists.txt | |
+1 −1 | testrig/android/build.gradle | |
+1 −1 | testrig/android/gradle/wrapper/gradle-wrapper.properties | |
+3 −2 | testrig/rig.go | |
+57 −8 | testrig/test.c |