Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
2dd2e311
Commit
2dd2e311
authored
May 04, 2016
by
Jonathan Wilkes
Browse files
fix bug where scalars sometimes reported that they couldn'd unbind from a symbol
parent
186d1f30
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_scalar.c
View file @
2dd2e311
...
...
@@ -1260,9 +1260,6 @@ static void scalar_free(t_scalar *x)
return
;
}
word_free
(
x
->
sc_vec
,
template
);
char
buf
[
50
];
sprintf
(
buf
,
"x%lx"
,
(
long
unsigned
int
)
x
);
pd_unbind
(
&
x
->
sc_gobj
.
g_pd
,
gensym
(
buf
));
gfxstub_deleteforkey
(
x
);
/* the "size" field in the class is zero, so Pd doesn't try to free
us automatically (see pd_free()) */
...
...
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