Removed deallocating unkown buffer error

This commit is contained in:
Ismael Gomez 2017-11-10 17:59:43 +01:00
parent 42d08046d3
commit 9389cc1957
1 changed files with 0 additions and 2 deletions

View File

@ -123,8 +123,6 @@ public:
used.erase(elem);
available.push(b);
ret = true;
} else {
printf("Error deallocating from buffer pool: buffer not created in this pool.\n");
}
pthread_mutex_unlock(&mutex);
return ret;