Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
20f48bb3
Commit
20f48bb3
authored
Apr 09, 2013
by
Ivica Bukvic
Browse files
fixed occassional crash when closing one of many concurrently opened signal processing root patches
parent
afbcc7f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_canvas.c
View file @
20f48bb3
...
...
@@ -911,11 +911,11 @@ void canvas_free(t_canvas *x)
freebytes
(
x
->
gl_env
->
ce_argv
,
x
->
gl_env
->
ce_argc
*
sizeof
(
t_atom
));
freebytes
(
x
->
gl_env
,
sizeof
(
*
x
->
gl_env
));
}
canvas_resume_dsp
(
dspstate
);
glist_cleanup
(
x
);
gfxstub_deleteforkey
(
x
);
/* probably unnecessary */
if
(
!
x
->
gl_owner
)
canvas_takeofflist
(
x
);
canvas_resume_dsp
(
dspstate
);
}
/* ----------------- lines ---------- */
...
...
Write
Preview
Supports
Markdown
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