Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ristretto
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Avinash Sonawane
ristretto
Commits
a35f5153
Commit
a35f5153
authored
Apr 11, 2019
by
Igor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix memory leak in the "Edit with" dialog
parent
7d128437
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/main_window.c
src/main_window.c
+1
-0
No files found.
src/main_window.c
View file @
a35f5153
...
...
@@ -4015,6 +4015,7 @@ rstto_main_window_launch_editor_chooser (
rstto_file_get_display_name
(
r_file
),
content_type
);
label
=
gtk_label_new
(
label_text
);
g_free
(
label_text
);
check_button
=
gtk_check_button_new_with_mnemonic
(
_
(
"Use as _default for this kind of file"
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment