Skip to content

Commit

Permalink
fix Move Action Source Visibility reference count
Browse files Browse the repository at this point in the history
  • Loading branch information
exeldro committed Mar 21, 2023
1 parent d52ce3d commit bb2ab4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else()
cmake_minimum_required(VERSION 3.18)
endif()

project(move-transition VERSION 2.8.2)
project(move-transition VERSION 2.8.3)
set(PROJECT_FULL_NAME "Move Transition")

# Set new UUIDs when you start to create a new plugin.
Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
}
},
"name": "move-transition",
"version": "2.8.2"
"version": "2.8.3"
}
1 change: 0 additions & 1 deletion move-action-filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ void move_action_execute(void *data)
obs_sceneitem_set_visible(
item, false);
}
obs_sceneitem_release(item);
}
obs_source_release(scene_source);
}
Expand Down

0 comments on commit bb2ab4f

Please sign in to comment.