[PR #3] [CLOSED] memory leak #2

Closed
opened 2026-01-24 11:39:57 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php/pecl-search_engine-sphinx/pull/3
Author: @yatsukhnenko
Created: 10/19/2018
Status: Closed

Base: php7Head: php7


📝 Commits (1)

📊 Changes

1 file changed (+23 additions, -97 deletions)

View changed files

📝 sphinx.c (+23 -97)

📄 Description

Fix memory leak.
Use RETURN_BOOL instead of if + RETURN_FALSE/RETURN_TRUE


🔄 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/php/pecl-search_engine-sphinx/pull/3 **Author:** [@yatsukhnenko](https://github.com/yatsukhnenko) **Created:** 10/19/2018 **Status:** ❌ Closed **Base:** `php7` ← **Head:** `php7` --- ### 📝 Commits (1) - [`1ba57f4`](https://github.com/php/pecl-search_engine-sphinx/commit/1ba57f4a7af2832924d782648efacb81a0fd6e23) memory leak ### 📊 Changes **1 file changed** (+23 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `sphinx.c` (+23 -97) </details> ### 📄 Description Fix memory leak. Use RETURN_BOOL instead of `if` + `RETURN_FALSE`/`RETURN_TRUE` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:39:57 +01:00
admin closed this issue 2026-01-24 11:39:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pecl-search_engine-sphinx#2