Attempted further memory leak prevention; fixed bugs from moving to python 12; misc.
This commit is contained in:
@@ -23,6 +23,7 @@ function main() {
|
||||
export G_SLICE=always-malloc
|
||||
export G_DEBUG=gc-friendly
|
||||
export GOBJECT_DEBUG=instance-count
|
||||
python /opt/solarfm.zip "${files[@]}"
|
||||
export GSK_RENDERER=cairo
|
||||
python /opt/solarfm.zip "$@"
|
||||
}
|
||||
main "$@";
|
||||
|
Reference in New Issue
Block a user