projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54367a2
)
ges: fix finalize/dispose mixup
author
Dan Williams
<dcbw@redhat.com>
Sat, 8 Mar 2014 11:26:13 +0000
(11:26 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 8 Mar 2014 11:26:32 +0000
(11:26 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=725918
ges/ges-project.c
patch
|
blob
|
history
diff --git
a/ges/ges-project.c
b/ges/ges-project.c
index dfb2497a747b6ed721dbc02d9d2cf5f998a36ede..5a9c50099b81f14268b49e22a41b5386ede7909f 100644
(file)
--- a/
ges/ges-project.c
+++ b/
ges/ges-project.c
@@
-412,7
+412,7
@@
ges_project_class_init (GESProjectClass * klass)
G_TYPE_NONE, 3, G_TYPE_ERROR, G_TYPE_STRING, G_TYPE_GTYPE);
object_class->dispose = _dispose;
- object_class->
dispos
e = _finalize;
+ object_class->
finaliz
e = _finalize;
GES_ASSET_CLASS (klass)->extract = ges_project_extract;
}