Skip to content

Commit

Permalink
fix memory datasource crash - refs #281
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jun 25, 2014
1 parent 123d411 commit 23b836f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mapnik_memory_datasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ NAN_METHOD(MemoryDatasource::New)
params[TOSTR(name)] = TOSTR(value);
i++;
}
params["type"] = "memory";

//memory_datasource cache;
MemoryDatasource* d = new MemoryDatasource();
Expand Down

0 comments on commit 23b836f

Please sign in to comment.