| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 61de6e9 commit e6a27a7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -145,8 +145,7 @@ class ZCtx : public AsyncWrap { | |||
| 145 | 145 | ||
| 146 | 146 | if (args[1]->IsNull()) { | |
| 147 | 147 | // just a flush | |
| 148 | - Bytef nada[1] = { 0 }; | ||
| 149 | - in = nada; | ||
| 148 | + in = nullptr; | ||
| 150 | 149 | in_len = 0; | |
| 151 | 150 | in_off = 0; | |
| 152 | 151 | } else { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments