Skip to content
Snippets Groups Projects
Commit 6b9faec7 authored by Alexandru Băluț's avatar Alexandru Băluț Committed by Thibault Saunier
Browse files

asset: Reuse local variable

Differential Revision: https://phabricator.freedesktop.org/D1573
parent e0fba540
No related branches found
No related tags found
Loading
......@@ -690,7 +690,7 @@ ges_asset_set_proxy (GESAsset * asset, GESAsset * proxy)
if (asset->priv->proxies) {
GESAsset *old_proxy = GES_ASSET (asset->priv->proxies->data);
GES_ASSET (asset->priv->proxies->data)->priv->proxy_target = NULL;
old_proxy->priv->proxy_target = NULL;
g_object_notify_by_pspec (G_OBJECT (old_proxy),
_properties[PROP_PROXY_TARGET]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment