Fix my profiler loader.
authorMiguel de Icaza <miguel@gnome.org>
Tue, 20 Sep 2011 02:53:17 +0000 (22:53 -0400)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 20 Sep 2011 02:54:44 +0000 (22:54 -0400)
commit8fdd8ebfe60b743938a02c6845c842203e456658
tree82082f95cbb8fe56ec99504d0c9d3fdd2d7b5047
parent16c20d8a08f416bd1ee1ea376b4440c3a8cc8c40
Fix my profiler loader.

This is what happens when you test on a pre-configured environment that
already worked fine.    This depended on a function that was never called
so we ended up probing for paths on NULL (repeating the same process twice)
instead of loading the profiler from the installation directory.
mono/metadata/profiler.c