Commit bf05c16
committed
fix for static code analysis issue CERT_C-MSC37-a-2 in lceasy.c
line 133: Function 'lcurl_easy_cleanup_storage' should have return at the end of each execution path
rule-id: CERT_C-MSC37-a-21 parent 9f8b6db commit bf05c16
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments