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

Commit961a99a

Browse files
committed
修正 sdsfree 函数的注释,感谢@lingdecong 的提醒。
1 parent45979fd commit961a99a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/sds.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ sds sdsdup(const sds s) {
104104
}
105105

106106
/*
107-
* 释放 sds 所对应的 sdshdr 结构的内存
108-
* 给定 sds 必须为 NULL
107+
* 释放 sds 所对应的 sdshdr 结构的内存。
108+
*
109+
* 如果 s 为 NULL ,那么不做动作。
109110
*
110111
* T = O(N)
111112
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp