Description: Use proper dealloc function.
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: no
Last-Update: 2025-11-02
---

--- gnustep-xcode-0.5.0.orig/XCode/NSString+PBXAdditions.m
+++ gnustep-xcode-0.5.0/XCode/NSString+PBXAdditions.m
@@ -276,7 +276,7 @@
                              [NSString stringWithCString: string]];
         }
       
-      fclose(fp);
+      pclose(fp);
     }
 
   output = [output stringByTrimmingTrailingCharactersInSet: [NSCharacterSet whitespaceCharacterSet]];
