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
Fix memleak (missing free() for session_root)
pull/50/head
brummer10
4 years ago
parent
a84e99bda5
commit
5fdd67fb4d
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/nsmd.cpp
+ 1
- 0
src/nsmd.cpp
View File
@@ -2577,6 +2577,7 @@ int main(int argc, char *argv[])
wait( 1000 );
wait( 1000 );
}
}
free(session_root);
// osc_server->run();
// osc_server->run();
return 0;
return 0;
Write
Preview
Loading…
Cancel
Save