summaryrefslogtreecommitdiff
path: root/.be/8443e173-30ee-4e83-9228-9e11414e3432/bugs/489fec49-a4ec-4230-b4cc-be4fbb8cd0b1/comments/db7efd60-994b-40fb-b967-6c7213e7e5f5/body
blob: dda6b73b231e8366020b2a342f0e627f24869006 (plain)
1
2
3
Check for use of heap-allocated structures in a local function scope where they never escape and are therefor safe to replace with stack-allocated structures.

e.g. Suggest use of g_variant_builder_init() instead of g_variant_builder_new().