lib: changed pointer handling in ALX parser library to use shared_ptr<>
commit411683a6f4b10c37f814b360b0cd6e888bdd6433
authorChris Frey <cdfrey@foursquare.net>
Fri, 31 Dec 2010 20:36:01 +0000 (31 15:36 -0500)
committerChris Frey <cdfrey@foursquare.net>
Fri, 31 Dec 2010 20:36:01 +0000 (31 15:36 -0500)
treea25ec30e82161e88a1d0db4920696ac4a4053fbf
parent066b31fbf5e9bf363fe2637c4ba3705bdd3a1762
lib: changed pointer handling in ALX parser library to use shared_ptr<>

This fixes some leaks in the library, and makes pointer sharing between
OSLoader and ALXParser safer.
ChangeLog
src/a_alxparser.cc
src/a_alxparser.h
src/a_osloader.cc
src/a_osloader.h