We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5273ef3 commit 09cfb56Copy full SHA for 09cfb56
src/webui.c
@@ -1019,6 +1019,7 @@ void webui_set_custom_parameters(size_t window, char* params) {
1019
// Always free old data to allow user to clear custom params
1020
// by passing an empty `params`.
1021
_webui_free_mem((void*)win->custom_parameters);
1022
+ win->custom_parameters = NULL;
1023
1024
// Check size
1025
size_t len = _webui_strlen(params);
0 commit comments