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