mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
malloc_trim is glibc only
This commit is contained in:
@@ -1449,7 +1449,9 @@ namespace gsr {
|
||||
}
|
||||
|
||||
deinit_theme();
|
||||
#ifdef __GLIBC__
|
||||
malloc_trim(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
void Overlay::hide_next_frame() {
|
||||
|
||||
Reference in New Issue
Block a user