[PR #980] [MERGED] fix(cairo): huge memory leak #2479

Closed
opened 2026-05-22 22:56:57 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/980
Author: @JakeStanger
Created: 5/14/2025
Status: Merged
Merged: 5/14/2025
Merged by: @JakeStanger

Base: masterHead: fix/cairo-leak


📝 Commits (1)

  • e240ab7 fix(cairo): huge memory leak

📊 Changes

1 file changed (+14 additions, -8 deletions)

View changed files

📝 src/modules/cairo.rs (+14 -8)

📄 Description

Fixes increasing the reference count of the Context without ever decreasing it.

Fixes #972


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/980 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 5/14/2025 **Status:** ✅ Merged **Merged:** 5/14/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/cairo-leak` --- ### 📝 Commits (1) - [`e240ab7`](https://github.com/JakeStanger/ironbar/commit/e240ab7acbf5db8b3175df83036f02ffcd657b78) fix(cairo): huge memory leak ### 📊 Changes **1 file changed** (+14 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/cairo.rs` (+14 -8) </details> ### 📄 Description Fixes increasing the reference count of the `Context` without ever decreasing it. Fixes #972 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:56:57 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#2479
No description provided.