User Details
User Details
- User Since
- Jun 6 2017, 5:59 PM (438 w, 3 d)
- Availability
- Available
Jun 7 2017
Jun 7 2017
maddin200 added a comment to T3197: Missing free.
thanks for help - could have been my mistake as well, so better look twice.
maddin200 reopened T3197: Missing free as "Open".
void __declspec(dllexport)
path_remove (HWND hwndParent, int string_size, char *variables,
stack_t **stacktop, extra_parameters_t *extra)
{
char dir[PATH_LENGTH_LIMIT];
char is_user_install[2];
char *path;
char *path_new;
int path_new_size;
char *comp;
const char delims[] = ";";
HKEY key_handle = 0;
int changed = 0;
int count = 0;
HKEY root_key;
const char *env_reg;Jun 6 2017
Jun 6 2017
