Skip to content

Commit

Permalink
GI.Internal.TypeLib: eliminate unused value warning
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdaf committed Jun 13, 2011
1 parent 5da48f2 commit 1da0039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GI/Internal/Typelib.chs
Expand Up @@ -52,7 +52,7 @@ getLoadedNamespaces :: IO [String]
getLoadedNamespaces = do
nsPtrs <- {# call unsafe get_loaded_namespaces #} nullRepository
nss <- peekCStrings nsPtrs
mapCStrings free nsPtrs
_ <- mapCStrings free nsPtrs
free nsPtrs
return nss

Expand Down

0 comments on commit 1da0039

Please sign in to comment.