Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #55 from jpatton-USGS/crash-bug
Browse files Browse the repository at this point in the history
fixes runtime topic creation crash
  • Loading branch information
wyeck-usgs authored Apr 18, 2019
2 parents 45391c0 + b4da64b commit 62c29db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# version.cmake - a CMake script that defines the overall project version
set (PROJECT_VERSION_MAJOR 1)
set (PROJECT_VERSION_MINOR 0)
set (PROJECT_VERSION_PATCH 4)
set (PROJECT_VERSION_PATCH 5)
2 changes: 2 additions & 0 deletions glass-broker-app/brokerOutput/outputTopic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ namespace glass3 {
// ---------------------------------------------------------outputTopic
outputTopic::outputTopic(hazdevbroker::Producer * producer) {
m_OutputTopic = NULL;
m_OutputProducer = NULL;

clear();

m_OutputProducer = producer;
}

Expand Down

0 comments on commit 62c29db

Please sign in to comment.