Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2036845

Browse files
committed
yay
1 parent2b783c5 commit2036845

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎coderd/files/cache.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ func (c *Cache) Release(fileID uuid.UUID) {
9898
// this function with an incorrect ID. Should this function return an error?
9999
return
100100
}
101+
101102
entry.refCount--
102103
ifentry.refCount>0 {
103104
return
104105
}
106+
105107
delete(c.data,fileID)
106108
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp