Skip to content

atoms: Use stack allocation

Marco Trevisan requested to merge 3v1n0/gjs:atom-init-cleanup into master

We don't need the atoms to be allocated dynamically so we can just avoid using a pointer for it.

Merge request reports