Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-04-26 17:50:29 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-26 17:50:29 +0300
commitdc27d31a2100c3272d0dbf293b24131eacaab962 (patch)
tree1b5349dbad4e520e0c6b874795ed63211f5f95ed /source/blender/alembic/intern/abc_object.cc
parent7517cf6bbb989286f9a65b70ceae2e277e111e58 (diff)
parent6ed15c5a41130b55cb57a43a8a9470a91d38c3d5 (diff)
Merge commit 'master@6ed15c5a41130b55cb57a43a8a9470a91d38c3d5' into blender2.8
# Conflicts: # source/blender/alembic/intern/abc_exporter.cc
Diffstat (limited to 'source/blender/alembic/intern/abc_object.cc')
-rw-r--r--source/blender/alembic/intern/abc_object.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/alembic/intern/abc_object.cc b/source/blender/alembic/intern/abc_object.cc
index ce0f9225228..28a4d185014 100644
--- a/source/blender/alembic/intern/abc_object.cc
+++ b/source/blender/alembic/intern/abc_object.cc
@@ -369,4 +369,5 @@ void AbcObjectReader::incref()
void AbcObjectReader::decref()
{
--m_refcount;
+ BLI_assert(m_refcount >= 0);
}