Remove the freeze-splash-screen fix... causes segv when modules are not cached

git-svn-id: file:///home/svn/framework3/trunk@5331 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2008-01-23 03:21:47 +00:00
parent 6e42e86e9d
commit e0a2c215cf
1 changed files with 8 additions and 6 deletions

View File

@ -225,9 +225,10 @@ module Gtk2
mod_exploits = {}
framework.exploits.each_module do |mod, obj|
while (Gtk.events_pending?)
Gtk.main_iteration
end
# SEGV :(
# while (Gtk.events_pending?)
# Gtk.main_iteration
# end
parts = mod.split("/")
@ -255,9 +256,10 @@ module Gtk2
mod_auxiliary = {}
framework.auxiliary.each_module do |mod, obj|
while (Gtk.events_pending?)
Gtk.main_iteration
end
# SEGV :(
# while (Gtk.events_pending?)
# Gtk.main_iteration
# end
parts = mod.split("/")
name = parts.pop