This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Fix memory leak caused by wrong implementation of `GetHashCode`
master
Meivyn
5 months ago
committed by
GitHub
parent
01a05403ef
commit
2236b34fe8
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
IPA.Loader/Config/ConfigRuntime.cs
+ 1
- 1
IPA.Loader/Config/ConfigRuntime.cs
View File
@ -22,7 +22,7 @@ namespace IPA.Config
=
>
x
?
.
FullName
=
=
y
?
.
FullName
;
public
int
GetHashCode
(
DirectoryInfo
obj
)
=
>
obj
?
.
GetHashCode
(
)
?
?
0
;
=
>
obj
?
.
FullName
.
GetHashCode
(
)
?
?
0
;
}
private
static
readonly
ConcurrentBag
<
Config
>
configs
=
new
(
)
;
Write
Preview
Loading…
Cancel
Save