This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Optional gui (
#29
)
* Fix one more memleak
tags/v1.4.0
Hermann
GitHub
4 years ago
parent
6a7aba8d34
commit
38338beb71
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/nsm.h
+ 1
- 0
src/nsm.h
View File
@@ -385,6 +385,7 @@ nsm_free ( nsm_client_t *nsm )
else
lo_server_free( _NSM()->_server );
lo_address_free(_NSM()->nsm_addr);
free(_NSM()->nsm_client_id);
free(_NSM()->_session_manager_name);
free(_NSM()->_session_manager_features);
Write
Preview
Loading…
Cancel
Save