@LarsGit223 commented on this pull request.


In workbench/src/utils.c:

> +			basedir_end--;
+		}
+		if (*basedir_end == G_DIR_SEPARATOR)
+		{
+			*basedir_end = '\0';
+		}
+		else
+		{
+			break;
+		}
+		goback--;
+	}
+
+	length = strlen(basedir)+strlen(start);
+	result = g_new(char, length+1);
+	if (result == NULL)

See above.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.