Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linphone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
7
Issues
7
List
Board
Labels
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
linphone
Commits
44981477
Commit
44981477
authored
Nov 09, 2018
by
Sylvain Berfini
🎩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed java wrapper with latest belle-sip changes
parent
f11e32d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
jni.mustache
wrappers/java/jni.mustache
+1
-1
No files found.
wrappers/java/jni.mustache
View file @
44981477
...
...
@@ -295,7 +295,7 @@ JNIEXPORT jboolean JNICALL Java_{{jniPrefix}}{{classImplName}}_unref(JNIEnv* env
if (wref) {
env->DeleteWeakGlobalRef(wref);
}
{{#
refCountable
}}
return belle_sip_object_unref_2(cptr);
{{/
refCountable
}}
{{#
refCountable
}}
return belle_sip_object_unref_2(cptr)
== 1
;
{{/
refCountable
}}
{{#
notRefCountable
}}
return FALSE;
{{/
notRefCountable
}}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment