[PR #23] [MERGED] Merged branch with fixes for memory leaks #941

Closed
opened 2026-02-27 15:52:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/23
Author: @MaxXor
Created: 3/17/2015
Status: Merged
Merged: 3/17/2015
Merged by: @MaxXor

Base: masterHead: pr/22


📝 Commits (8)

  • 2fd2001 Merge pull request #1 from MaxXor/master
  • be23359 Dispose of MemoryStream
  • 9a10e2f Correctly implemented IDisposable
  • ba2f2a0 Correctly implemented IDisposable
  • 8605b37 Minor change
  • 245fb58 Merge pull request #2 from MaxXor/master
  • 1bed145 Reflected changes to ProtoBuf classes
  • 1b00c9d Corrected small differences

📊 Changes

4 files changed (+152 additions, -48 deletions)

View changed files

📝 Client/Core/ProtoBuf/BufferExtension.cs (+20 -15)
📝 Client/Core/ProtoBuf/ProtoWriter.cs (+56 -9)
📝 Server/Core/ProtoBuf/BufferExtension.cs (+20 -15)
📝 Server/Core/ProtoBuf/ProtoWriter.cs (+56 -9)

📄 Description

No description provided


🔄 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/quasar/Quasar/pull/23 **Author:** [@MaxXor](https://github.com/MaxXor) **Created:** 3/17/2015 **Status:** ✅ Merged **Merged:** 3/17/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `pr/22` --- ### 📝 Commits (8) - [`2fd2001`](https://github.com/quasar/Quasar/commit/2fd20010570c6a3619a90d499ceb41989cd6a42a) Merge pull request #1 from MaxXor/master - [`be23359`](https://github.com/quasar/Quasar/commit/be233599dbff9e279bd168cd404e2c20cd99c23d) Dispose of MemoryStream - [`9a10e2f`](https://github.com/quasar/Quasar/commit/9a10e2f99293dcfa9bf807e32e82d760d2c9aae9) Correctly implemented IDisposable - [`ba2f2a0`](https://github.com/quasar/Quasar/commit/ba2f2a0b2a8b54813d7e84a20ce861bfee1bf8dc) Correctly implemented IDisposable - [`8605b37`](https://github.com/quasar/Quasar/commit/8605b37f6113e03538f473f5787b8a62d97fde46) Minor change - [`245fb58`](https://github.com/quasar/Quasar/commit/245fb58ad438793cd3efb06242a4987156c9464d) Merge pull request #2 from MaxXor/master - [`1bed145`](https://github.com/quasar/Quasar/commit/1bed14532ccd51590ec9d6771a8b1152133a2a20) Reflected changes to ProtoBuf classes - [`1b00c9d`](https://github.com/quasar/Quasar/commit/1b00c9d9ec71497ad7d5fc83bcd2e4cfb2385f4d) Corrected small differences ### 📊 Changes **4 files changed** (+152 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/ProtoBuf/BufferExtension.cs` (+20 -15) 📝 `Client/Core/ProtoBuf/ProtoWriter.cs` (+56 -9) 📝 `Server/Core/ProtoBuf/BufferExtension.cs` (+20 -15) 📝 `Server/Core/ProtoBuf/ProtoWriter.cs` (+56 -9) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:33 +03: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
starred/Quasar#941
No description provided.