From 1f4618cad94f362422c552338c6fe83998a5d329 Mon Sep 17 00:00:00 2001 From: sbrandt Date: Mon, 13 Jan 2014 21:56:07 +0000 Subject: Fix for #1363 git-svn-id: http://svn.cactuscode.org/flesh/trunk@5064 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/piraha/smart_ptr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/piraha/smart_ptr.cc') diff --git a/src/piraha/smart_ptr.cc b/src/piraha/smart_ptr.cc index 112e0f62..c6600d6f 100644 --- a/src/piraha/smart_ptr.cc +++ b/src/piraha/smart_ptr.cc @@ -2,6 +2,6 @@ namespace cctki_piraha { -std::set *ptrs = new std::set(); +std::set *ptrs = 0; } -- cgit v1.2.3