We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stream
1 parent 52bba35 commit dc4cd83Copy full SHA for dc4cd83
Classes/GTObjectDatabase.m
@@ -113,6 +113,8 @@ - (NSString *)shaByInsertingString:(NSString *)data objectType:(GTObjectType)typ
113
*error = [NSError git_errorFor:gitError withAdditionalDescription:@"Failed to finalize write on odb."];
114
return nil;
115
}
116
+
117
+ stream->free(stream);
118
119
return [NSString git_stringWithOid:&oid];
120
0 commit comments